Bug 232591

Summary: [Curl] Fix -Wreorder-ctor in CurlRequest
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: PlatformAssignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, galpeter, ross.kirsling, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Don Olmstead
Reported 2021-11-01 16:11:22 PDT
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)
Attachments
Patch (1.63 KB, patch)
2021-11-01 16:15 PDT, Don Olmstead
no flags
Don Olmstead
Comment 1 2021-11-01 16:15:40 PDT
EWS
Comment 2 2021-11-01 20:25:37 PDT
Committed r285151 (243788@main): <https://commits.webkit.org/243788@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 443030 [details].
Radar WebKit Bug Importer
Comment 3 2021-11-01 20:26:17 PDT
Note You need to log in before you can comment on or make changes to this bug.