Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index abfe14c69e1d91d626418db3a75e220b16efb93b..f07ec08a366bf1c9ca8ce6d643d80188ca553be7 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1276,6 +1276,8 @@ |
# Don't die on dtoa code that uses a char as an array index. |
# This is required solely for base/third_party/dmg_fp/dtoa.cc. |
'-Wno-char-subscripts', |
+ # Clang spots more unused functions. |
+ '-Wno-unused-function', |
# Survive EXPECT_EQ(unnamed_enum, unsigned int) -- see |
# http://code.google.com/p/googletest/source/detail?r=446 . |
# TODO(thakis): Use -isystem instead (http://crbug.com/58751 ). |