Bug 146110
Summary: | [GTK] Fix SOUP related deprecated warning in TestCookieManager.cpp | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mcatanzaro |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 146165 | ||
Bug Blocks: | 145121 |
Csaba Osztrogonác
../../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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |