| Summary: | Fix build warning in WebKit2/UIProcess module | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Shivakumar J M <shiva.jm> | ||||
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | andersca, commit-queue, gyuyoung.kim, ossy, sam | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
Created attachment 245116 [details]
Patch
Fix build warnings by using UNUSED_PARAM macro
Comment on attachment 245116 [details] Patch Clearing flags on attachment: 245116 Committed r178910: <http://trac.webkit.org/changeset/178910> All reviewed patches have been landed. Closing bug. |
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)