Bug 133794

Summary: Clean up the WebKit build from unused parameter warning in Webkit2
Product: WebKit Reporter: Rohit <kumar.rohit>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Rohit
Reported 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
Attachments
Note You need to log in before you can comment on or make changes to this bug.