mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
osx: Don't warn about unkown warning option
We can not make every compiler happy.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user