[Webkit-unassigned] [Bug 161841] New: URLParser: uidna_IDNToASCII_56 is deprecated
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 10 09:19:13 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161841
Bug ID: 161841
Summary: URLParser: uidna_IDNToASCII_56 is deprecated
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: PC
OS: Linux
Status: NEW
Severity: Minor
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
CC: achristensen at apple.com
Would be good to avoid this -Wdeprecated-declarations warning in URLParser.cpp:
../../Source/WebCore/platform/URLParser.cpp: In function âWTF::Optional<WTF::String> WebCore::domainToASCII(const WTF::String&)â:
../../Source/WebCore/platform/URLParser.cpp:1352:193: warning: âint32_t uidna_IDNToASCII_56(const UChar*, int32_t, UChar*, int32_t, int32_t, UParseError*, UErrorCode*)â is deprecated [-Wdeprecated-declarations]
int32_t numCharactersConverted = uidna_IDNToASCII(StringView(domain).upconvertedCharacters(), domain.length(), hostnameBuffer, hostnameBufferLength, UIDNA_ALLOW_UNASSIGNED, nullptr, &error);
^
In file included from /usr/include/unicode/platform.h:23:0,
from /usr/include/unicode/ptypes.h:50,
from /usr/include/unicode/umachine.h:44,
from /usr/include/unicode/utypes.h:36,
from ../../Source/WTF/wtf/text/ASCIIFastPath.h:26,
from ../../Source/WTF/wtf/text/WTFString.h:28,
from ../../Source/WebCore/platform/text/TextCodec.h:33,
from ../../Source/WebCore/platform/text/TextEncoding.h:29,
from ../../Source/WebCore/platform/URLParser.h:28,
from ../../Source/WebCore/platform/URLParser.cpp:27:
/usr/include/unicode/uidna.h:673:1: note: declared here
uidna_IDNToASCII( const UChar* src, int32_t srcLength,
^
--
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/20160910/2d4d0a4f/attachment.html>
More information about the webkit-unassigned
mailing list