[Webkit-unassigned] [Bug 101266] New: [EFL][WK2] Fix build warning in PageClientLegacyImpl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 15:12:39 PST 2012


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

           Summary: [EFL][WK2] Fix build warning in
                    PageClientLegacyImpl.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com
                CC: demarchi at webkit.org


/home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Source/WebKit2/UIProcess/efl/PageClientLegacyImpl.cpp:48:6: warning: unused parameter ‘size’ [-Wunused-parameter]

The 'size' is not used when TILED_BACKING_STORE not used
Use UNUSED_PARAM macro for removing -Wunused-parameter warning

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