From: Ryan Dahl Date: Fri, 25 Sep 2009 06:40:34 +0000 (+0200) Subject: Remove -Werror on v8, for compiling on GCC 4.4 X-Git-Tag: v0.1.13~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0eb8d880f8b47c470e6bc164f9158685c10434dc;p=platform%2Fupstream%2Fnodejs.git Remove -Werror on v8, for compiling on GCC 4.4 --- diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct index b5aa7ab..e1a37f3 100644 --- a/deps/v8/SConstruct +++ b/deps/v8/SConstruct @@ -238,7 +238,6 @@ V8_EXTRA_FLAGS = { 'gcc': { 'all': { 'WARNINGFLAGS': ['-Wall', - '-Werror', '-W', '-Wno-unused-parameter', '-Wnon-virtual-dtor']