[Webkit-unassigned] [Bug 133269] New: [EFL][GTK][WK2] Fix unused parameter compile warning.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 25 17:31:46 PDT 2014


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

           Summary: [EFL][GTK][WK2] Fix unused parameter compile warning.
           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: sh53.lee at samsung.com


Source/WebKit2/WebProcess/WebPage/WebPage.cpp:4350:6: warning: unused parameter ‘frame’ [-Wunused-parameter]
 void WebPage::didFinishDocumentLoad(WebFrame* frame)

Use UNUSED_PARAM macro to fix build warning WebPage::didFinishDocumentLoad.

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