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", |
] |