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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-25 04:06:02 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-25 04:06:02 +0300
commit8dd19059fc0f911a21abfc49b666788dad128ac4 (patch)
tree810f5add57e5ca9a237c569bf100dfbb4a29f401 /config
parent9202ec2cad5d50c55e5585225ad065c31df165c0 (diff)
==SCons==
* Warning flags I had dutifully copied from sirdudes yet unpublished make rewrite turned out to be the Paranoia flags, causing the flood of warnings. Using better flags instead (like current Makefile level 1). All developers on Linux that use SCons for building - (new) code you write is supposed to be *entirely* warning-free from now on (Ton said so!)
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index f44cda3eee9..a66da7d014b 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -121,9 +121,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 '
+C_WARN = '-Wall -Wno-char-subscripts'
-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 '
+CC_WARN = '-Wall'
##FIX_STUBS_WARNINGS = -Wno-unused