[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43198] trunk/blender/build_files/scons/ config/win32-vc-config.py: Bumping up scons+msvc warning level to w1 so that we at least get some warnings

Joshua Leung aligorith at gmail.com
Fri Jan 6 05:07:12 CET 2012


Revision: 43198
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43198
Author:   aligorith
Date:     2012-01-06 04:07:09 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
Bumping up scons+msvc warning level to w1 so that we at least get some warnings
out of it.

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/win32-vc-config.py

Modified: trunk/blender/build_files/scons/config/win32-vc-config.py
===================================================================
--- trunk/blender/build_files/scons/config/win32-vc-config.py	2012-01-06 04:03:31 UTC (rev 43197)
+++ trunk/blender/build_files/scons/config/win32-vc-config.py	2012-01-06 04:07:09 UTC (rev 43198)
@@ -185,7 +185,7 @@
 CC = 'cl.exe'
 CXX = 'cl.exe'
 
-CCFLAGS = ['/nologo', '/Ob1', '/J', '/W0', '/Gd', '/wd4018', '/wd4244', '/wd4305', '/wd4800', '/wd4065', '/wd4267', '/we4013']
+CCFLAGS = ['/nologo', '/Ob1', '/J', '/W1', '/Gd', '/wd4018', '/wd4244', '/wd4305', '/wd4800', '/wd4065', '/wd4267', '/we4013']
 CXXFLAGS = ['/EHsc']
 BGE_CXXFLAGS = ['/O2', '/EHsc', '/GR', '/fp:fast', '/arch:SSE']
 




More information about the Bf-blender-cvs mailing list