Do not use new clang flags.
authorCheng Zhao <zcbenz@gmail.com>
Mon, 14 Apr 2014 16:18:42 +0000 (00:18 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 14 Apr 2014 16:18:42 +0000 (00:18 +0800)
common.gypi

index 820bf95..17d43fb 100644 (file)
         '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',
               ],