Bug 108156

Summary: [WK2] Fix unused parameter build warning
Product: WebKit Reporter: Jinwoo Song <jinwoo7.song>
Component: WebKit2Assignee: Jinwoo Song <jinwoo7.song>
Status: RESOLVED FIXED    
Severity: Normal CC: haraken, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jinwoo Song 2013-01-28 23:46:06 PST
/mnt/buildbot/efl-linux-slave-1/efl-linux-64-release/build/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:250:18: warning: unused parameter ‘bytes’ [-Wunused-parameter]
/mnt/buildbot/efl-linux-slave-1/efl-linux-64-release/build/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:250:18: warning: unused parameter ‘length’ [-Wunused-parameter]
/mnt/buildbot/efl-linux-slave-1/efl-linux-64-release/build/Source/WebKit2/WebProcess/Plugins/PluginProxy.h:136:18: warning: unused parameter ‘bytes’ [-Wunused-parameter]
/mnt/buildbot/efl-linux-slave-1/efl-linux-64-release/build/Source/WebKit2/WebProcess/Plugins/PluginProxy.h:136:18: warning: unused parameter ‘length’ [-Wunused-parameter]
Comment 1 Jinwoo Song 2013-01-28 23:49:27 PST
Created attachment 185177 [details]
Patch
Comment 2 Kentaro Hara 2013-01-28 23:57:57 PST
Comment on attachment 185177 [details]
Patch

ok
Comment 3 WebKit Review Bot 2013-01-29 00:56:39 PST
Comment on attachment 185177 [details]
Patch

Clearing flags on attachment: 185177

Committed r141078: <http://trac.webkit.org/changeset/141078>
Comment 4 WebKit Review Bot 2013-01-29 00:56:42 PST
All reviewed patches have been landed.  Closing bug.