[Webkit-unassigned] [Bug 246847] New: Fix clang build warning in WebSocketTaskCurl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 00:04:20 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=246847

            Bug ID: 246847
           Summary: Fix clang build warning in WebSocketTaskCurl
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kenji.shukuwa at open-tec.co.jp

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221021/785671b7/attachment.htm>


More information about the webkit-unassigned mailing list