Bug 246847
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 |
Kenji Shukuwa
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenji Shukuwa
Pull request: https://github.com/WebKit/WebKit/pull/5693
EWS
Committed 255904@main (f10eb9211cd8): <https://commits.webkit.org/255904@main>
Reviewed commits have been landed. Closing PR #5693 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/101484392>