From cb97cdb256823433ca571f34f2fdd1a0063e4ef8 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 21 Jul 2010 12:43:19 -0700 Subject: [PATCH] Remove Werror from SConstruct --- deps/v8/SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index d8c02d0249..8af97d6870 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -300,7 +300,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor']