[Webkit-unassigned] [Bug 217208] New: [GTK] Fix MiniBrowser compilation warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 03:32:08 PDT 2020


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

            Bug ID: 217208
           Summary: [GTK] Fix MiniBrowser compilation warnings
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com

[94/211] Building C object Tools/MiniBrowser/gtk/CMakeFiles/MiniBrowser.dir/main.c.o
../../Tools/MiniBrowser/gtk/main.c:653:9: warning: 'webkit_web_context_set_network_proxy_settings' is deprecated: Use 'webkit_website_data_manager_set_network_proxy_settings' instead [-Wdeprecated-declarations]
        webkit_web_context_set_network_proxy_settings(webContext, WEBKIT_NETWORK_PROXY_MODE_CUSTOM, webkitProxySettings);
        ^
DerivedSources/ForwardingHeaders/webkit2gtk/webkit2/WebKitWebContext.h:173:55: note: 'webkit_web_context_set_network_proxy_settings' has been explicitly marked deprecated here
__attribute__((visibility("default"))) __attribute__((__deprecated__("Use '" "webkit_website_data_manager_set_network_proxy_settings" "' instead"))) void
                                                      ^
../../Tools/MiniBrowser/gtk/main.c:698:9: warning: 'webkit_web_context_set_tls_errors_policy' is deprecated: Use 'webkit_website_data_manager_set_tls_errors_policy' instead [-Wdeprecated-declarations]
        webkit_web_context_set_tls_errors_policy(webContext, WEBKIT_TLS_ERRORS_POLICY_IGNORE);
        ^
DerivedSources/ForwardingHeaders/webkit2gtk/webkit2/WebKitWebContext.h:250:55: note: 'webkit_web_context_set_tls_errors_policy' has been explicitly marked deprecated here
__attribute__((visibility("default"))) __attribute__((__deprecated__("Use '" "webkit_website_data_manager_set_tls_errors_policy" "' instead"))) void
                                                      ^
2 warnings generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201002/3198c308/attachment-0001.htm>


More information about the webkit-unassigned mailing list