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

Unified Diff: build/secondary/third_party/icu/BUILD.gn

Issue 538333002: gn/linux: warnings as errors, turn on Wextra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment Created 6 years, 3 months 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
Index: build/secondary/third_party/icu/BUILD.gn
diff --git a/build/secondary/third_party/icu/BUILD.gn b/build/secondary/third_party/icu/BUILD.gn
index 4f7f0888634638e6ed6a1b0c710514ca7ee03388..ffeabde8c0111824077c65d246f62675fc358b22 100644
--- a/build/secondary/third_party/icu/BUILD.gn
+++ b/build/secondary/third_party/icu/BUILD.gn
@@ -266,6 +266,8 @@ component("icui18n") {
cflags = [
"-Wno-header-hygiene",
+ # ICU uses its own deprecated functions.
+ "-Wno-deprecated-declarations",
# Looks like a real issue, see http://crbug.com/114660
"-Wno-return-type-c-linkage",
]

Powered by Google App Engine
This is Rietveld 408576698