v8: reapply floating patches

Note that 26f754d9 ('fix error handling in SendConnectMessage') is no
longer necessary; it was properly fixed upstream in V8 r11609.
pull/24503/head
Bert Belder 2012-06-13 15:37:15 +02:00
parent 48893af7bb
commit ac64c9e546
1 changed files with 1 additions and 1 deletions

View File

@ -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' ],
}],
],