Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index bfdbb9e29ba7f96ba367c955eb49a9dd848d55c2..d4823dcd4f6c78f842d6569df8144303fc9c76ce 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/common_conditions.gypi |
@@ -232,6 +232,7 @@ |
'-Wsign-compare', |
'-Wno-unused-parameter', |
+ '-Wno-tautological-compare', |
Brian Osman
2016/03/17 18:07:03
Is this okay? Without this, clang is warning on co
|
], |
'cflags_cc': [ |
'-std=c++11', |
@@ -661,7 +662,6 @@ |
'-Wno-unknown-warning-option', # Allows unknown warnings |
# These flags that are on by default for only the android |
# toolchain and no other platforms. |
- '-Wno-tautological-compare', |
'-Wno-unused-command-line-argument', |
], |
}], |