Do not use new clang flags.

This commit is contained in:
Cheng Zhao 2014-04-15 00:18:42 +08:00
parent b994ae8174
commit b0b5d1b1b0

View file

@ -113,9 +113,9 @@
'conditions': [
['OS=="mac"', {
'xcode_settings': {
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',
'WARNING_CFLAGS': [
'-Wno-deprecated-declarations',
'-Wno-deprecated-register',
'-Wno-unused-private-field',
'-Wno-unused-function',
],