osx: Don't warn about unkown warning option

We can not make every compiler happy.
This commit is contained in:
Cheng Zhao 2015-09-10 11:15:35 +08:00
parent 626c7d1090
commit 70af2e0bee

View file

@ -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',