* scream about all warnings with scons/msvc

This commit is contained in:
Nathan Letwory 2008-12-24 10:43:39 +00:00
parent 486de068b2
commit c34d2f4449

@ -10,7 +10,6 @@ defs = []
cf = []
if env['OURPLATFORM'] == 'win32-vc':
#cf.append('/Wall')
#cf.append('/WX')
pass
cf.append('/WX')
env.BlenderLib ( 'bf_editors_space_node', sources, Split(incs), defs, libtype=['core'], priority=[55], compileflags=cf )