Bug 140758 - Fix build warning in WebKit2/UIProcess module
Summary: Fix build warning in WebKit2/UIProcess module
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: 2015-01-21 20:56 PST by Shivakumar J M
Modified: 2015-01-22 02:21 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.43 KB, patch)
2015-01-21 21:04 PST, Shivakumar J M
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shivakumar J M 2015-01-21 20:56:06 PST
Fix build warning got in latest version bild, might be caused by:/bugs.webkit.org/show_bug.cgi?id=140728

[4197/4854] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/C/WKOriginDataManager.cpp.o
../../Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp:81:6: warning: unused parameter ‘pageGroupRef’ [-Wunused-parameter]
 void WKPageGroupAddUserContentFilter(WKPageGroupRef pageGroupRef, WKUserContentFilterRef userContentFilterRef)
      ^
../../Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp:81:6: warning: unused parameter ‘userContentFilterRef’ [-Wunused-parameter]
../../Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp:88:6: warning: unused parameter ‘pageGroupRef’ [-Wunused-parameter]
 void WKPageGroupRemoveAllUserContentFilters(WKPageGroupRef pageGroupRef)
Comment 1 Shivakumar J M 2015-01-21 21:04:37 PST
Created attachment 245116 [details]
Patch

Fix build warnings by using UNUSED_PARAM macro
Comment 2 Csaba Osztrogonác 2015-01-22 02:21:46 PST
Comment on attachment 245116 [details]
Patch

Clearing flags on attachment: 245116

Committed r178910: <http://trac.webkit.org/changeset/178910>
Comment 3 Csaba Osztrogonác 2015-01-22 02:21:56 PST
All reviewed patches have been landed.  Closing bug.