Browse Source

osx: Don't warn about unkown warning option

We can not make every compiler happy.
Cheng Zhao 9 years ago
parent
commit
70af2e0bee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common.gypi

+ 1 - 0
common.gypi

@@ -75,6 +75,7 @@
         'xcode_settings': {
           'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',
           'WARNING_CFLAGS': [
+            '-Wno-unknown-warning-option',
             '-Wno-parentheses-equality',
             '-Wno-unused-function',
             '-Wno-sometimes-uninitialized',