Bug 101577 - Unused parameters on GraphicsLayerUpdater.cpp
Summary: Unused parameters on GraphicsLayerUpdater.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: KyungTae Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-08 03:19 PST by KyungTae Kim
Modified: 2012-11-08 05:35 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.92 KB, patch)
2012-11-08 03:34 PST, KyungTae Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KyungTae Kim 2012-11-08 03:19:17 PST
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.
Comment 1 KyungTae Kim 2012-11-08 03:34:16 PST
Created attachment 172992 [details]
Patch
Comment 2 Kentaro Hara 2012-11-08 04:08:24 PST
Comment on attachment 172992 [details]
Patch

Looks OK
Comment 3 WebKit Review Bot 2012-11-08 05:35:49 PST
Comment on attachment 172992 [details]
Patch

Clearing flags on attachment: 172992

Committed r133889: <http://trac.webkit.org/changeset/133889>
Comment 4 WebKit Review Bot 2012-11-08 05:35:52 PST
All reviewed patches have been landed.  Closing bug.