[Webkit-unassigned] [Bug 224721] New: [Curl] Remove warnings on curl layer.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 17 12:47:30 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224721
Bug ID: 224721
Summary: [Curl] Remove warnings on curl layer.
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
There's several warnings:
[2033/5049] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/network/curl/CurlFormDataStream.cpp.o
../../Source/WebCore/platform/network/curl/CurlFormDataStream.cpp:131:60: warning: unused parameter 'blobData' [-Wunused-parameter]
}, [] (const FormDataElement::EncodedBlobData& blobData) {
^
1 warning generated.
[2043/5049] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/network/curl/CookieJarDB.cpp.o
../../Source/WebCore/platform/network/curl/CookieJarDB.cpp:641:9: warning: unused variable 'ret' [-Wunused-variable]
int ret = statement->prepare();
^
1 warning generated.
[2044/5049] Building CXX object Source/WebCore/CMakeFiles/....dir/platform/network/curl/NetworkStorageSessionCurl.cpp.o
../../Source/WebCore/platform/network/curl/NetworkStorageSessionCurl.cpp:98:133: warning: unused parameter 'frameID' [-Wunused-parameter]
void NetworkStorageSession::setCookiesFromDOM(const URL& firstParty, const SameSiteInfo&, const URL& url, Optional<FrameIdentifier> frameID, Optional<PageIdentifier> pageID, ShouldAskITP, const String& value, ShouldRelaxThirdPartyCookieBlocking shouldRelaxThirdPartyCookieBlocking) const
^
../../Source/WebCore/platform/network/curl/NetworkStorageSessionCurl.cpp:98:246: warning: unused parameter 'shouldRelaxThirdPartyCookieBlocking' [-Wunused-parameter]
void NetworkStorageSession::setCookiesFromDOM(const URL& firstParty, const SameSiteInfo&, const URL& url, Optional<FrameIdentifier> frameID, Optional<PageIdentifier> pageID, ShouldAskITP, const String& value, ShouldRelaxThirdPartyCookieBlocking shouldRelaxThirdPartyCookieBlocking) const
^
2 warnings generated.
[2048/5049] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/network/curl/CurlRequest.cpp.o
../../Source/WebCore/platform/network/curl/CurlRequest.cpp:532:45: warning: unused parameter 'request' [-Wunused-parameter]
void CurlRequest::setupPUT(ResourceRequest& request)
^
../../Source/WebCore/platform/network/curl/CurlRequest.cpp:546:46: warning: unused parameter 'request' [-Wunused-parameter]
void CurlRequest::setupPOST(ResourceRequest& request)
^
2 warnings 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/20210417/3b0d16bd/attachment.htm>
More information about the webkit-unassigned
mailing list