Bug 101266 - [EFL][WK2] Fix build warning in PageClientLegacyImpl.cpp
Summary: [EFL][WK2] Fix build warning in PageClientLegacyImpl.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: KyungTae Kim
URL:
Keywords:
: 101280 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-05 15:14 PST by KyungTae Kim
Modified: 2012-11-05 17:18 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2012-11-05 15:20 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-05 15:14:09 PST
/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
Comment 1 KyungTae Kim 2012-11-05 15:20:20 PST
Created attachment 172417 [details]
Patch
Comment 2 Laszlo Gombos 2012-11-05 16:06:30 PST
Comment on attachment 172417 [details]
Patch

r=me.
Comment 3 WebKit Review Bot 2012-11-05 16:54:44 PST
Comment on attachment 172417 [details]
Patch

Clearing flags on attachment: 172417

Committed r133543: <http://trac.webkit.org/changeset/133543>
Comment 4 WebKit Review Bot 2012-11-05 16:54:48 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Byungwoo Lee 2012-11-05 17:18:49 PST
*** Bug 101280 has been marked as a duplicate of this bug. ***