Index: runtime/third_party/jscre/jscre.gypi |
=================================================================== |
--- runtime/third_party/jscre/jscre.gypi (revision 749) |
+++ runtime/third_party/jscre/jscre.gypi (working copy) |
@@ -5,6 +5,8 @@ |
'conditions': [ |
[ 'OS=="linux"', { 'variables' : { |
'common_gcc_warning_flags': [ '-Wno-conversion-null', ], }, } ], |
+ [ 'OS=="mac"', { 'variables' : { |
+ 'common_gcc_warning_flags': [ '-w', ], }, } ], |
], |
'includes': [ |
'../../../tools/gyp/xcode.gypi', |