Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: BUILD.gn

Issue 2504463002: Return to suppressing deprecation warnings (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 79a31f045bde3f309ecce597d0e967b72a9b0c8e..046ec21387e62a04797ae4c1846bc9face741444 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -82,6 +82,8 @@ config("icu_code") {
}
if (is_clang) {
cflags += [
+ # ICU uses its own deprecated functions.
+ "-Wno-deprecated-declarations",
# ICU has some code with the pattern:
# if (found = uprv_getWindowsTimeZoneInfo(...))
"-Wno-parentheses",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698