WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
133794
Clean up the WebKit build from unused parameter warning in Webkit2
https://bugs.webkit.org/show_bug.cgi?id=133794
Summary
Clean up the WebKit build from unused parameter warning in Webkit2
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug