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:
authorCampbell Barton <ideasman42@gmail.com>2009-08-22 14:51:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-22 14:51:21 +0400
commita4f3f5c23c4201bc885310aa17226d2ee3922a2a (patch)
treeb3917aa3080313b0bc963ef815f1632a94e9a911 /config
parent93dd95b6c2c9ed69916060aa438c13ba1ee6431f (diff)
- BGE, Some sensors, stored the event manager in 2 places (became confusing to do changes in this area)
- Change compiler warnings for linux/scons/C++
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index b0ff0b89d3d..3e84070fabb 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -190,8 +190,9 @@ REL_CCFLAGS = ['-O2']
##ARFLAGSQUIET = ru
##
C_WARN = ['-Wno-char-subscripts', '-Wdeclaration-after-statement']
-
CC_WARN = ['-Wall']
+CXX_WARN = ['-Wno-invalid-offsetof', '-Wno-sign-compare']
+
##FIX_STUBS_WARNINGS = -Wno-unused