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

Remove -Werror from deps/v8/SConstruct

-_-
This commit is contained in:
Ryan Dahl 2010-03-08 18:04:54 -08:00
parent c488e5775a
commit 04999ef969
2 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,7 @@ path = require("path");
libDir = path.join(path.dirname(__filename), "../lib");
require.paths.unshift(libDir);
var sys = (require("sys"));
for (var i in sys) global[i] = sys[i];
var puts = require("sys").puts;
http = require("http");
fixed = ""

1
deps/v8/SConstruct vendored
View File

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