Bug 146110 - [GTK] Fix SOUP related deprecated warning in TestCookieManager.cpp
Summary: [GTK] Fix SOUP related deprecated warning in TestCookieManager.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 146165
Blocks: 145121
  Show dependency treegraph
 
Reported: 2015-06-18 06:13 PDT by Csaba Osztrogonác
Modified: 2015-06-19 16:20 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 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.