[Webkit-unassigned] [Bug 139535] New: Fix Build Warning in WebKit2/UIProcess module for GTK build and WebKit2/NetworkProcess module in GTK and EFL build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 11 04:20:37 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139535
Bug ID: 139535
Summary: Fix Build Warning in WebKit2/UIProcess module for GTK
build and WebKit2/NetworkProcess module in GTK and EFL
build
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: kumar.rohit at samsung.com
Unused variable warning in WebKit2/UIProcess/API/gtk/WebKitWebView.cpp file and Source/WebKit2/NetworkProcess/soup/NetworkProcessSoup.cpp file.
[351/405] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/gtk/WebKitWebView.cpp.o
../../Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:581:17: warning: unused parameter ‘webView’ [-Wunused-parameter]
static gboolean webkitWebViewShowNotification(WebKitWebView* webView, WebKitNotification* webNotification)
^
../../Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:605:17: warning: unused parameter ‘webView’ [-Wunused-parameter]
static gboolean webkitWebViewCloseNotification(WebKitWebView* webView, WebKitNotification* webNotification)
../../Source/WebKit2/NetworkProcess/soup/NetworkProcessSoup.cpp:148:6: warning: unused parameter ‘modifiedSince’ [-Wunused-parameter]
void NetworkProcess::clearDiskCache(std::chrono::system_clock::time_point modifiedSince, std::function<void ()> completionHandler)
^
../../Source/WebKit2/NetworkProcess/soup/NetworkProcessSoup.cpp:148:6: warning: unused parameter ‘completionHandler’ [-Wunused-parameter]
--
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/20141211/ff855c72/attachment-0002.html>
More information about the webkit-unassigned
mailing list