Index: icu.gyp |
diff --git a/icu.gyp b/icu.gyp |
index fb9dda035f691daf86d602e175441c5d5bf6b365..ee206feda9dabcf5ebd7e988e60a8dacc6afe52b 100644 |
--- a/icu.gyp |
+++ b/icu.gyp |
@@ -299,7 +299,10 @@ |
# places where this warning triggers. |
# See https://codereview.chromium.org/1222643002/ and |
# http://www.icu-project.org/trac/ticket/11759. |
- "-Wno-unused-const-variable", |
+ '-Wno-unused-const-variable', |
+ # ucnv2022.cpp contains three functions that are only used when |
+ # certain preprocessor defines are set. |
+ '-Wno-unused-function', |
], |
}, |
'cflags': [ |