Bug 103807 - [EFL] Fix build warning in GraphicsContext3DEfl.cpp
Summary: [EFL] Fix build warning in GraphicsContext3DEfl.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:
Depends on:
Blocks:
 
Reported: 2012-11-30 22:41 PST by KyungTae Kim
Modified: 2012-12-02 04:10 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.59 KB, patch)
2012-11-30 22:53 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-30 22:41:52 PST
Because GraphicsContext3D::ImageExtractor::extractImage is not implemented yet, comment out the parameter names for removing -Wunused-parameter warning.

Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp:248:6: warning: unused parameter 'premultiplyAlpha' [-Wunused-parameter]
Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp:248:6: warning: unused parameter 'ignoreGammaAndColorProfile' [-Wunused-parameter]
Comment 1 KyungTae Kim 2012-11-30 22:53:51 PST
Created attachment 177091 [details]
Patch
Comment 2 Laszlo Gombos 2012-11-30 23:04:15 PST
Comment on attachment 177091 [details]
Patch

r=me.
Comment 3 WebKit Review Bot 2012-12-02 04:10:24 PST
Comment on attachment 177091 [details]
Patch

Clearing flags on attachment: 177091

Committed r136335: <http://trac.webkit.org/changeset/136335>
Comment 4 WebKit Review Bot 2012-12-02 04:10:28 PST
All reviewed patches have been landed.  Closing bug.