[Webkit-unassigned] [Bug 102884] New: Unused parameters on ScrollingCoordinator.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 23:16:12 PST 2012


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

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


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

Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:283:6: warning: unused parameter ‘scrollingLayerPositionAction’ [-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