From 152d956deb1f40070c9bf80c27116eab169b8d14 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 20 Jan 2010 09:39:03 -0800 Subject: [PATCH] Remove -Werror from V8 --- deps/v8/SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index cd214646da..d68cec7c57 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -256,7 +256,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor']