[Webkit-unassigned] [Bug 146109] New: [GTK] Fix SOUP related deprecated warnings in WebKitTestServer.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 18 06:11:49 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146109
Bug ID: 146109
Summary: [GTK] Fix SOUP related deprecated warnings in
WebKitTestServer.cpp
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ossy at webkit.org
Blocks: 145121
../../Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebKitTestServer.cpp:43:34: warning: 'soup_server_get_port' is deprecated [-Wdeprecated-declarations]
soup_uri_set_port(m_baseURI, soup_server_get_port(m_soupServer.get()));
^
../DependenciesGTK/Root/include/libsoup-2.4/libsoup/soup-server.h:188:7: note: 'soup_server_get_port' has been explicitly marked deprecated here
guint soup_server_get_port (SoupServer *server);
^
../../Tools/TestWebKitAPI/gtk/WebKit2Gtk/WebKitTestServer.cpp:53:5: warning: 'soup_server_run_async' is deprecated [-Wdeprecated-declarations]
soup_server_run_async(m_soupServer.get());
^
../DependenciesGTK/Root/include/libsoup-2.4/libsoup/soup-server.h:199:6: note: 'soup_server_run_async' has been explicitly marked deprecated here
void soup_server_run_async (SoupServer *server);
^
2 warnings generated.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150618/fae10bc9/attachment-0001.html>
More information about the webkit-unassigned
mailing list