From: Ryan Dahl Date: Mon, 28 Feb 2011 20:58:15 +0000 (-0800) Subject: Remove -Werror from V8 X-Git-Tag: v0.4.2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f95d9a75de023c7756b51ef0bab5eae671cab05;p=platform%2Fupstream%2Fnodejs.git Remove -Werror from V8 --- diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index 6b155e4..436581a 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']