From 68cde07b99a716e66f4d242bc90236881333172d Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Fri, 31 Oct 2008 13:58:59 +0000 Subject: 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. --- config/win32-mingw-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/win32-mingw-config.py') 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' ] -- cgit v1.2.3