Index: icu.gyp |
diff --git a/icu.gyp b/icu.gyp |
index 99662d1080347a9a07fafb676be390c9a59b8b9c..fb9dda035f691daf86d602e175441c5d5bf6b365 100644 |
--- a/icu.gyp |
+++ b/icu.gyp |
@@ -295,6 +295,11 @@ |
# ICU has some code with the pattern: |
# if (found = uprv_getWindowsTimeZoneInfo(...)) |
'-Wno-parentheses', |
+ # ICU generally has no unused variables, but there are a few |
+ # places where this warning triggers. |
+ # See https://codereview.chromium.org/1222643002/ and |
+ # http://www.icu-project.org/trac/ticket/11759. |
+ "-Wno-unused-const-variable", |
], |
}, |
'cflags': [ |