Bug 246847 - Fix clang build warning in WebSocketTaskCurl
Summary: Fix clang build warning in WebSocketTaskCurl
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-21 00:04 PDT by Kenji Shukuwa
Modified: 2022-10-23 20:18 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenji Shukuwa 2022-10-21 00:04:20 PDT
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.
Comment 1 Kenji Shukuwa 2022-10-23 19:02:48 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5693
Comment 2 EWS 2022-10-23 20:17:19 PDT
Committed 255904@main (f10eb9211cd8): <https://commits.webkit.org/255904@main>

Reviewed commits have been landed. Closing PR #5693 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-10-23 20:18:17 PDT
<rdar://problem/101484392>