[Webkit-unassigned] [Bug 133062] New: [WebKit2] Cleanup the build from unused variable in WebProcess module

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 18 22:20:35 PDT 2014


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

           Summary: [WebKit2] Cleanup the build from unused variable in
                    WebProcess module
           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: shiva.jm at samsung.com


Found unused variable used in WebKit2/WebProcess/UserContent/WebUserContentController.cpp during webkit-efl port build.

/home/shiva.jm/webkit-git/svngitmay14/WebKit/Source/WebKit2/WebProcess/UserContent/WebUserContentController.cpp:142:6: warning: unused parameter ‘scriptMessageHandlers’ [-Wunused-parameter]
 void WebUserContentController::addUserScriptMessageHandlers(const Vector<WebScriptMessageHandlerHandle>& scriptMessageHandlers)
      ^
/home/shiva.jm/webkit-git/svngitmay14/WebKit/Source/WebKit2/WebProcess/UserContent/WebUserContentController.cpp:154:6: warning: unused parameter ‘identifier’ [-Wunused-parameter]
 void WebUserContentController::removeUserScriptMessageHandler(uint64_t identifier)

-- 
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