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

Description Shivakumar J M 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)
Comment 1 Shivakumar J M 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.
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2015-01-16 00:12:07 PST
All reviewed patches have been landed.  Closing bug.