[Webkit-unassigned] [Bug 133794] New: Clean up the WebKit build from used parameter warning in Webkit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 12 05:22:41 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133794

           Summary: Clean up the WebKit build from used parameter warning
                    in Webkit2
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kumar.rohit at samsung.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list