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
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py11
1 files changed, 3 insertions, 8 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 2b87ee08ca7..ed87a13ce3e 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -130,14 +130,9 @@ REL_CCFLAGS = [ '-O2' ]
##ARFLAGS = ruv
##ARFLAGSQUIET = ru
##
-C_WARN = [ '-Wall', '-W', '-Wshadow', '-Wpointer-arith', '-Wbad-function-cast',
- '-Wcast-qual', '-Wcast-align', '-Waggregate-return',
- '-Wstrict-prototypes', '-Wmissing-prototypes',
- '-Wmissing-declarations', '-Wnested-externs', '-Wredundant-decls' ]
-
-CC_WARN = [ '-Wall', '-W', '-Wshadow', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align',
- '-Wredundant-decls', '-Wreorder', '-Wctor-dtor-privacy', '-Wnon-virtual-dtor',
- '-Wold-style-cast', '-Woverloaded-virtual', '-Wsign-promo', '-Wsynth' ]
+C_WARN = [ '-Wall' , '-Wno-char-subscripts' ]
+
+CC_WARN = [ '-Wall' ]
##FIX_STUBS_WARNINGS = -Wno-unused