From 04999ef969d62aa96291db34dcaf275efe6c0a63 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 8 Mar 2010 18:04:54 -0800 Subject: [PATCH] Remove -Werror from deps/v8/SConstruct -_- --- benchmark/http_simple.js | 3 +-- deps/v8/SConstruct | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js index b83c2c9..9025e5d 100644 --- a/benchmark/http_simple.js +++ b/benchmark/http_simple.js @@ -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 = "" diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index 0b03803..5483663 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -267,7 +267,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor'] -- 2.7.4