[Webkit-unassigned] [Bug 102760] New: [WK2] Unused parameters on CoordinatedGraphicsLayer.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 19 19:54:14 PST 2012


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

           Summary: [WK2] Unused parameters on
                    CoordinatedGraphicsLayer.cpp
           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: ktf.kim at samsung.com


Because the 'platformLayer' parameter is not used when !USE(GRAPHICS_SURFACE),
use UNUSED_PARAM macro to fix build warning -Wunused-parameter

Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedGraphicsLayer.cpp:333:6: warning: unused parameter ‘platformLayer’ [-Wunused-parameter]

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