From a4f3f5c23c4201bc885310aa17226d2ee3922a2a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 22 Aug 2009 10:51:21 +0000 Subject: - 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++ --- config/linux2-config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3