Bug 140538

Summary: Fix build warning in WebKit2/UIProcess module
Product: WebKit Reporter: Shivakumar J M <shiva.jm>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, darin, gyuyoung.kim, kling, ossy, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Shivakumar J M
Reported 2015-01-15 21:46:21 PST
Got below build warnigns in latest build for efl port. [1804/2283] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Authentication/AuthenticationChallengeProxy.cpp.o ../../Source/WebKit2/UIProcess/Storage/StorageManager.cpp:488:6: warning: unused parameter ‘webProcessProxy’ [-Wunused-parameter] void StorageManager::processWillOpenConnection(WebProcessProxy& webProcessProxy, IPC::Connection& connection) ^ ../../Source/WebKit2/UIProcess/Storage/StorageManager.cpp:493:6: warning: unused parameter ‘webProcessProxy’ [-Wunused-parameter] void StorageManager::processDidCloseConnection(WebProcessProxy& webProcessProxy, IPC::Connection& connection) [1727/2283] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/WebCookieManagerProxyClient.cpp.o ../../Source/WebKit2/UIProcess/WebProcessPool.cpp:779:6: warning: unused parameter ‘process’ [-Wunused-parameter] void WebProcessPool::processWillOpenConnection(WebProcessProxy* process) ^ ../../Source/WebKit2/UIProcess/WebProcessPool.cpp:783:6: warning: unused parameter ‘process’ [-Wunused-parameter] void WebProcessPool::processWillCloseConnection(WebProcessProxy* process)
Attachments
Patch (2.52 KB, patch)
2015-01-15 21:51 PST, Shivakumar J M
no flags
Shivakumar J M
Comment 1 2015-01-15 21:51:19 PST
Created attachment 244752 [details] Patch Fix build warnings by removing parameter name from functions. might have casued by: https://bugs.webkit.org/show_bug.cgi?id=140527 and https://bugs.webkit.org/show_bug.cgi?id=140505.
WebKit Commit Bot
Comment 2 2015-01-16 00:12:00 PST
Comment on attachment 244752 [details] Patch Clearing flags on attachment: 244752 Committed r178576: <http://trac.webkit.org/changeset/178576>
WebKit Commit Bot
Comment 3 2015-01-16 00:12:07 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.