| Summary: | [WebKit2] Cleanup the build from unused parameter in WebProcess Module | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Shivakumar J M <shiva.jm> | ||||
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | VERIFIED FIXED | ||||||
| Severity: | Normal | CC: | bunhere, cmarcelo, commit-queue, luiz, noam, sergio, thorton, zeno | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
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. |
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