Browse Source

v8: Floating patches

v0.9.1-release
isaacs 13 years ago
parent
commit
7946ad2634
  1. 2
      deps/v8/build/common.gypi

2
deps/v8/build/common.gypi

@ -324,7 +324,7 @@
}, },
'conditions': [ 'conditions': [
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', { ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', {
'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter', 'cflags': [ '-Wno-unused-parameter',
'-Wnon-virtual-dtor', '-Woverloaded-virtual' ], '-Wnon-virtual-dtor', '-Woverloaded-virtual' ],
}], }],
], ],

Loading…
Cancel
Save