Xcode 5.1 also doesn't support -Wno-tautological-pointer-compare
This commit is contained in:
Родитель
2d23bdafa5
Коммит
05e1f21c6a
|
@ -97,8 +97,9 @@
|
|||
},
|
||||
'xcode_settings': {
|
||||
'WARNING_CFLAGS!': [
|
||||
# Xcode 5.1 doesn't support -Wno-absolute-value.
|
||||
# Xcode 5.1 doesn't support these flags.
|
||||
'-Wno-absolute-value',
|
||||
'-Wno-tautological-pointer-compare',
|
||||
],
|
||||
},
|
||||
'target_conditions': [
|
||||
|
|
Загрузка…
Ссылка в новой задаче