Chromium Code Reviews

Unified Diff: icu.gyp

Issue 1301493002: Build icu with -Wno-unused-function. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine