Bug 240672

Summary: [Curl] Suppress warning of unused enum value in switch statement.
Product: WebKit Reporter: Basuke Suzuki <basuke>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Basuke Suzuki
Reported 2022-05-19 11:09:52 PDT
``` C:/PSDev/webkit/Source/WebCore/platform/network/curl/CurlRequest.cpp:113:13: warning: enumeration value 'WaitingForStart' not handled in switch [-Wswitch] switch (m_startState) { ^~~~~~~~~~~~ 1 warning generated. ```
Attachments
EWS
Comment 1 2022-05-19 15:44:44 PDT
Committed r294509 (250766@main): <https://commits.webkit.org/250766@main> Reviewed commits have been landed. Closing PR #795 and removing active labels.
Radar WebKit Bug Importer
Comment 2 2022-05-19 15:45:15 PDT
Note You need to log in before you can comment on or make changes to this bug.