[Webkit-unassigned] [Bug 232591] New: [Curl] Fix -Wreorder-ctor in CurlRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 16:11:22 PDT 2021


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

            Bug ID: 232591
           Summary: [Curl] Fix -Wreorder-ctor in CurlRequest
           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: don.olmstead at sony.com

New Clang 13 warning

[2779/6831] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/network/curl/CurlRequest.cpp.o
../../Source/WebCore/platform/network/curl/CurlRequest.cpp:49:7: warning: field 'm_startState' will be initialized after field 'm_enableMultipart' [-Wreorder-ctor]
    , m_startState(shouldSuspend == ShouldSuspend::Yes ? StartState::StartSuspended : StartState::WaitingForStart)
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      m_enableMultipart(enableMultipart == EnableMultipart::Yes)

-- 
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/20211101/cffd454b/attachment.htm>


More information about the webkit-unassigned mailing list