osx: Don't warn about unkown warning option
We can not make every compiler happy.
This commit is contained in:
parent
626c7d1090
commit
70af2e0bee
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue