[Webkit-unassigned] [Bug 101577] New: Unused parameters on GraphicsLayerUpdater.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 03:17:41 PST 2012


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

           Summary: Unused parameters on GraphicsLayerUpdater.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


There are build warnings when  !USE(REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR)
Source/WebCore/platform/graphics/GraphicsLayerUpdater.cpp:36:1: warning: unused parameter ‘displayID’ [-Wunused-parameter]
Source/WebCore/platform/graphics/GraphicsLayerUpdater.cpp:63:6: warning: unused parameter ‘displayID’ [-Wunused-parameter]

Use UNUSED_PARAM macro for removing -Wunused-parameter warnings.

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