Summary: | Ignore some deprecation warnings encountered when compiling with newer versions of ICU | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | BJ Burg <bburg> | ||||
Component: | Text | Assignee: | BJ Burg <bburg> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bburg, dbates, mitz, mmaxfield, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=183355 | ||||||
Attachments: |
|
Description
BJ Burg
2018-03-12 16:28:22 PDT
Created attachment 335662 [details]
Patch
Reviewed offline by dbates. Comment on attachment 335662 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=335662&action=review > Source/WebCore/editing/TextIterator.cpp:2004 > +#pragma clang diagnostic ignored "-Wdeprecated-declarations" Usually we do this around each individual call. > Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.cpp:74 > +#pragma clang diagnostic ignored "-Wdeprecated-declarations" Ditto. > Source/WebCore/platform/text/TextEncoding.cpp:74 > +#pragma clang diagnostic ignored "-Wdeprecated-declarations" Ditto. Committed r229564: <https://trac.webkit.org/changeset/229564> Please just bug 183355 already. |