[Webkit-unassigned] [Bug 145916] New: Fix SOUP related deprecated warnings in EWK2UnitTestServer.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 04:06:35 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145916

            Bug ID: 145916
           Summary: Fix SOUP related deprecated warnings in
                    EWK2UnitTestServer.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

../../Source/WebKit2/UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestServer.cpp:40:34: warning: 'soup_server_get_port' is deprecated [-Wdeprecated-declarations]
    soup_uri_set_port(m_baseURL, soup_server_get_port(m_soupServer));
                                 ^
../DependenciesEFL/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);
      ^
../../Source/WebKit2/UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestServer.cpp:52:5: warning: 'soup_server_run_async' is deprecated [-Wdeprecated-declarations]
    soup_server_run_async(m_soupServer);
    ^
../DependenciesEFL/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);
     ^
../../Source/WebKit2/UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestServer.cpp:69:12: warning: 'soup_server_get_port' is deprecated [-Wdeprecated-declarations]
    return soup_server_get_port(m_soupServer);
           ^
../DependenciesEFL/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);
      ^
3 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/20150612/e90105a6/attachment.html>


More information about the webkit-unassigned mailing list