From 5f95d9a75de023c7756b51ef0bab5eae671cab05 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 28 Feb 2011 12:58:15 -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 6b155e4593..436581a9ba 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -306,7 +306,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor']