Bug 133794 - Clean up the WebKit build from unused parameter warning in Webkit2
Summary: Clean up the WebKit build from unused parameter warning in Webkit2
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-12 05:23 PDT by Rohit
Modified: 2014-06-12 05:24 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rohit 2014-06-12 05:23:05 PDT
There is an unused paramer in WebKit2 module(build for EFL port), used only in #if conditional.

[ 91%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/WebSoupRequestManagerMessageReceiver.cpp.o
/home/kumar.rohit/WebKit/WebKitBuild/Release/DerivedSources/WebKit2/WebPageMessageReceiver.cpp:1041:6: warning: unused parameter ‘connection’ [-Wunused-parameter]
 void WebPage::didReceiveSyncWebPageMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr<IPC::MessageEncoder>& replyEncoder)
      ^
Linking CXX shared library ../../lib/libewebkit2.so
[ 98%] Built target WebKit2