From f875777212efb7e1a59f8ccf2e76d50898d605e4 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 26 Oct 2010 23:32:59 +0000 Subject: Change /WX away for now, some odd thing going on between cloned environments. Need to check after release. --- source/blender/makesrna/intern/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/SConscript') diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript index ecee3f94796..702955980fd 100644 --- a/source/blender/makesrna/intern/SConscript +++ b/source/blender/makesrna/intern/SConscript @@ -6,7 +6,7 @@ def normpath(path): return os.path.abspath(os.path.normpath(path)) Import ('env') -cflags = ['-Wall'] +cflags = [] #['-Wall'] defines = [] root_build_dir=normpath(env['BF_BUILDDIR']) -- cgit v1.2.3