WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
VERIFIED FIXED
Bug 131970
[WebKit2] Cleanup the build from unused parameter in WebProcess Module
https://bugs.webkit.org/show_bug.cgi?id=131970
Summary
[WebKit2] Cleanup the build from unused parameter in WebProcess Module
Shivakumar J M
Reported
2014-04-21 21:15:02 PDT
Found unused parameter in WebProcess Module during webkit-efl port build. [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/efl/WebInspectorEfl.cpp.o /home/shiva.jm/webkit-git/svngit/WebKit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:209:6: warning: unused parameter ‘graphicsLayer’ [-Wunused-parameter] void CoordinatedLayerTreeHost::paintLayerContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, const IntRect& clipRect) ^ /home/shiva.jm/webkit-git/svngit/WebKit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:209:6: warning: unused parameter ‘graphicsContext’ [-Wunused-parameter] /home/shiva.jm/webkit-git/svngit/WebKit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:209:6: warning: unused parameter ‘clipRect’ [-Wunused-parameter] [ 95%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/efl/WebPageEfl.cpp.o
Attachments
Fix a build warning by removing the parameters in function paintLayerContents() to fix build warnings
(1.52 KB, patch)
2014-04-21 23:17 PDT
,
Shivakumar J M
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Shivakumar J M
Comment 1
2014-04-21 23:17:25 PDT
Created
attachment 229866
[details]
Fix a build warning by removing the parameters in function paintLayerContents() to fix build warnings Created a patch to Fix a build warning by removing the parameters in function paintLayerContents() to fix build warnings
WebKit Commit Bot
Comment 2
2014-04-22 08:19:29 PDT
Comment on
attachment 229866
[details]
Fix a build warning by removing the parameters in function paintLayerContents() to fix build warnings Clearing flags on attachment: 229866 Committed
r167660
: <
http://trac.webkit.org/changeset/167660
>
WebKit Commit Bot
Comment 3
2014-04-22 08:19:33 PDT
All reviewed patches have been landed. Closing bug.
Shivakumar J M
Comment 4
2014-04-29 23:20:49 PDT
Bug is fixed tested in version 167979.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug