Bug 135413 - Clean up the WebKit build from unused parameter warning in Webkit2/WebProcess module
Summary: Clean up the WebKit build from unused parameter warning in Webkit2/WebProcess...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-30 01:50 PDT by Rohit
Modified: 2014-07-31 10:15 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.72 KB, patch)
2014-07-30 02:03 PDT, Rohit
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rohit 2014-07-30 01:50:53 PDT
Clean up WebKit build from usused parameters since r171749.

[ 82%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/__/__/DerivedSources/WebKit2/CoordinatedLayerTreeHostProxyMessageReceiver.cpp.o
/home/kumar.rohit/WebKit/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp:57:6: warning: unused parameter ‘types’ [-Wunused-parameter]
 void WebOriginDataManager::getOrigins(WKOriginDataTypes types, uint64_t callbackID)
      ^
/home/kumar.rohit/WebKit/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp:73:6: warning: unused parameter ‘types’ [-Wunused-parameter]
 void WebOriginDataManager::deleteEntriesForOrigin(WKOriginDataTypes types, const SecurityOriginData& originData, uint64_t callbackID)
      ^
/home/kumar.rohit/WebKit/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp:73:6: warning: unused parameter ‘originData’ [-Wunused-parameter]
/home/kumar.rohit/WebKit/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp:88:6: warning: unused parameter ‘types’ [-Wunused-parameter]
 void WebOriginDataManager::deleteEntriesModifiedBetweenDates(WKOriginDataTypes types, double startTime, double endTime, uint64_t callbackID)
      ^
/home/kumar.rohit/WebKit/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp:88:6: warning: unused parameter ‘startTime’ [-Wunused-parameter]
/home/kumar.rohit/WebKit/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp:88:6: warning: unused parameter ‘endTime’ [-Wunused-parameter]
/home/kumar.rohit/WebKit/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp:102:6: warning: unused parameter ‘types’ [-Wunused-parameter]
 void WebOriginDataManager::deleteAllEntries(WKOriginDataTypes types, uint64_t callbackID)
      ^
Linking CXX shared library ../../lib/libewebkit2.so
Comment 1 Rohit 2014-07-30 02:03:41 PDT
Created attachment 235737 [details]
Patch
Comment 2 WebKit Commit Bot 2014-07-31 10:15:28 PDT
Comment on attachment 235737 [details]
Patch

Clearing flags on attachment: 235737

Committed r171861: <http://trac.webkit.org/changeset/171861>
Comment 3 WebKit Commit Bot 2014-07-31 10:15:34 PDT
All reviewed patches have been landed.  Closing bug.