[Webkit-unassigned] [Bug 240672] New: [Curl] Suppress warning of unused enum value in switch statement.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 11:09:52 PDT 2022


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

            Bug ID: 240672
           Summary: [Curl] Suppress warning of unused enum value in switch
                    statement.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com

```
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.
```

-- 
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/20220519/0ff587a4/attachment.htm>


More information about the webkit-unassigned mailing list