From: sgjesse@chromium.org Date: Fri, 12 Sep 2008 07:08:55 +0000 (+0000) Subject: Removed SCons warning flags duplication on Windows. It now uses X-Git-Tag: upstream/4.7.83~25381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e4020ed07037b01bbd4e66e6d2f28cf8af4376c;p=platform%2Fupstream%2Fv8.git Removed SCons warning flags duplication on Windows. It now uses the same scheme as for gcc on Linux. Review URL: http://codereview.chromium.org/2424 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@292 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/SConstruct b/SConstruct index 31802eb..b6fc04f 100644 --- a/SConstruct +++ b/SConstruct @@ -63,7 +63,6 @@ LIBRARY_FLAGS = { 'msvc': { 'all': { 'DIALECTFLAGS': ['/nologo'], - 'WARNINGFLAGS': ['/W3', '/WX', '/wd4355', '/wd4800'], 'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS'], 'CXXFLAGS': ['$CCFLAGS', '/GR-', '/Gy'], 'CPPDEFINES': ['WIN32', '_USE_32BIT_TIME_T', 'PCRE_STATIC'],