0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00

Remove -Werror from V8

This commit is contained in:
Ryan Dahl 2010-01-20 09:39:03 -08:00
parent b57d7d9b4e
commit 152d956deb

1
deps/v8/SConstruct vendored
View File

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