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
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
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>
All reviewed patches have been landed. Closing bug.
Bug is fixed tested in version 167979.