Bug 240672
Summary: | [Curl] Suppress warning of unused enum value in switch statement. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Basuke Suzuki <basuke> |
Component: | Platform | Assignee: | 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
```
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
EWS
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
<rdar://problem/93608664>