[Webkit-unassigned] [Bug 150803] New: Fix deprecated-declarations warning in WebCore/platform/URL.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 06:57:00 PST 2015


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

            Bug ID: 150803
           Summary: Fix deprecated-declarations warning in
                    WebCore/platform/URL.cpp
    Classification: Unclassified
           Product: WebKit
           Version: Other
          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: 150619

/home/ossy/WebKit/Source/WebCore/platform/URL.cpp: In function ‘void WebCore::appendEncodedHostname(WebCore::UCharBu
ffer&, WTF::StringView)’:
/home/ossy/WebKit/Source/WebCore/platform/URL.cpp:1697:64: warning: ‘int32_t uidna_IDNToASCII_55(const UChar*, int32_t, UChar*, int32_t, int32_t, UParseError*, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
         hostnameBufferLength, UIDNA_ALLOW_UNASSIGNED, 0, &error);
                                                                ^
In file included from /usr/include/x86_64-linux-gnu/unicode/platform.h:23:0,
                 from /usr/include/x86_64-linux-gnu/unicode/ptypes.h:50,
                 from /usr/include/x86_64-linux-gnu/unicode/umachine.h:44,
                 from /usr/include/x86_64-linux-gnu/unicode/utypes.h:36,
                 from /home/ossy/WebKit/Source/WTF/wtf/text/ASCIIFastPath.h:26,
                 from /home/ossy/WebKit/Source/WTF/wtf/text/WTFString.h:28,
                 from /home/ossy/WebKit/Source/WebCore/platform/URL.h:33,
                 from /home/ossy/WebKit/Source/WebCore/platform/URL.cpp:28:
/usr/include/x86_64-linux-gnu/unicode/uidna.h:673:1: note: declared here
 uidna_IDNToASCII(  const UChar* src, int32_t srcLength,
 ^

Fortunately it doesn't cause build failure, but it should be fixed in the near future.

-- 
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/20151102/85a7b74a/attachment.html>


More information about the webkit-unassigned mailing list