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:57:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-22 14:57:07 +0400
commit1e14ab99926a53fc540f3fb1e2a1e57f0ce559cc (patch)
treed94d43f7f663638d1294a1069235059490ba93a9 /config
parent2aa2512a43781f6ac8937c152398e9de731aef07 (diff)
parenta4f3f5c23c4201bc885310aa17226d2ee3922a2a (diff)
svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22668:22701
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 b8e035c72fb..a5ac9f4e00e 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -181,8 +181,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