Bug 103807

Summary: [EFL] Fix build warning in GraphicsContext3DEfl.cpp
Product: WebKit Reporter: KyungTae Kim <ktf.kim>
Component: WebKit EFLAssignee: KyungTae Kim <ktf.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, haraken, kangil.han, lucas.de.marchi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

KyungTae Kim
Reported 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]
Attachments
Patch (1.59 KB, patch)
2012-11-30 22:53 PST, KyungTae Kim
no flags
KyungTae Kim
Comment 1 2012-11-30 22:53:51 PST
Laszlo Gombos
Comment 2 2012-11-30 23:04:15 PST
Comment on attachment 177091 [details] Patch r=me.
WebKit Review Bot
Comment 3 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>
WebKit Review Bot
Comment 4 2012-12-02 04:10:28 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.