[Webkit-unassigned] [Bug 140758] New: Fix build warning in WebKit2/UIProcess module

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 21 20:56:06 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140758

            Bug ID: 140758
           Summary: Fix build warning in WebKit2/UIProcess module
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: shiva.jm at samsung.com

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)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150122/1c0c9e3d/attachment-0002.html>


More information about the webkit-unassigned mailing list