0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

Remove -Werror from V8

This commit is contained in:
Ryan Dahl 2010-03-10 11:03:26 -08:00
parent 073947c150
commit 70b2a44579

1
deps/v8/SConstruct vendored
View File

@ -275,7 +275,6 @@ V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
'-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']