| Summary: | Fix clang build warning in WebSocketTaskCurl | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenji Shukuwa <kenji.shukuwa> |
| Component: | WebKit Misc. | 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 | ||
Pull request: https://github.com/WebKit/WebKit/pull/5693 Committed 255904@main (f10eb9211cd8): <https://commits.webkit.org/255904@main> Reviewed commits have been landed. Closing PR #5693 and removing active labels. |
D:\WebKit\Source\WebKit\NetworkProcess\curl\WebSocketTaskCurl.cpp(158,17): warning: enumeration values 'OpCodeContinuation', 'OpCodePong', and 'OpCodeInvalid' not handled in switch [-Wswitch] switch (opCode) { ^~~~~~ 1 warning generated.