RESOLVED FIXED 146110
[GTK] Fix SOUP related deprecated warning in TestCookieManager.cpp
https://bugs.webkit.org/show_bug.cgi?id=146110
Summary [GTK] Fix SOUP related deprecated warning in TestCookieManager.cpp
Csaba Osztrogonác
Reported 2015-06-18 06:13:02 PDT
../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestCookieManager.cpp:302:61: warning: 'soup_server_get_port' is deprecated [-Wdeprecated-declarations] char* indexHtml = g_strdup_printf(kIndexHtmlFormat, soup_server_get_port(server)); ^ ../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); ^ 1 warning generated.
Attachments
Note You need to log in before you can comment on or make changes to this bug.