Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2008-10-31 16:58:59 +0300
committerMartin Poirier <theeth@yahoo.com>2008-10-31 16:58:59 +0300
commit68cde07b99a716e66f4d242bc90236881333172d (patch)
tree0ed235c10ab091deca9fc67619c607bd659d9957 /config/win32-mingw-config.py
parent457b1118a231dcb190696ddc4ae034e2d082a79c (diff)
corrections to the C_WARN and CC_WARN variables for scons config. I didn't actually changed what the flags were, just the format, but Platform Maintainers, please check.
Diffstat (limited to 'config/win32-mingw-config.py')
-rw-r--r--config/win32-mingw-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index d7ecad33bca..bdeca1ddc91 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -153,7 +153,7 @@ CXXFLAGS = ['-pipe', '-mwindows', '-funsigned-char', '-fno-strict-aliasing' ]
REL_CFLAGS = [ '-O2' ]
REL_CCFLAGS = [ '-O2' ]
-C_WARN = [ '-Wall' , '-Wno-char-subscripts', '-Wdeclaration-after-statement' ]
+C_WARN = [ '-Wno-char-subscripts', '-Wdeclaration-after-statement' ]
CC_WARN = [ '-Wall' ]