Browse Source

v8: reapply floating patches

Note that 26f754d9 ('fix error handling in SendConnectMessage') is no
longer necessary; it was properly fixed upstream in V8 r11609.
v0.9.1-release
Bert Belder 13 years ago
parent
commit
ac64c9e546
  1. 2
      deps/v8/build/common.gypi

2
deps/v8/build/common.gypi

@ -324,7 +324,7 @@
},
'conditions': [
['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' ],
}],
],

Loading…
Cancel
Save