After 177056 <http://trac.webkit.org/r177056> when building WebKitGTK+ the following warnings happen: [5015/5536] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/NetworkProcess/soup/NetworkProcessSoup.cpp.o ../../Source/WebKit2/NetworkProcess/soup/NetworkProcessSoup.cpp:148:75: warning: unused parameter 'modifiedSince' [-Wunused-parameter] ../../Source/WebKit2/NetworkProcess/soup/NetworkProcessSoup.cpp:148:113: warning: unused parameter 'completionHandler' [-Wunused-parameter]
Created attachment 243112 [details] Patch
Comment on attachment 243112 [details] Patch Instead of unused parameter simply put the name of the parameter in comments like this: void NetworkProcess::clearDiskCache(std::chrono::system_clock::time_point /* modifiedSince */, std::function<void ()> /* completionHandler */)
Created attachment 243114 [details] Patch
Comment on attachment 243114 [details] Patch Clearing flags on attachment: 243114 Committed r177145: <http://trac.webkit.org/changeset/177145>
All reviewed patches have been landed. Closing bug.