GCC: Get everything working with gcc 4.6.1.

And by "everything" I mean all the quick regressions.
This commit is contained in:
Gabe Black
2011-10-31 01:09:44 -07:00
parent ce2f9625f4
commit d735abe5da
29 changed files with 60 additions and 114 deletions

View File

@@ -851,6 +851,8 @@ def makeEnv(label, objsfx, strip = False, **kwargs):
swig_env.Append(CCFLAGS='-Wno-uninitialized')
swig_env.Append(CCFLAGS='-Wno-sign-compare')
swig_env.Append(CCFLAGS='-Wno-parentheses')
swig_env.Append(CCFLAGS='-Wno-unused-label')
swig_env.Append(CCFLAGS='-Wno-unused-but-set-variable')
werror_env = new_env.Clone()
werror_env.Append(CCFLAGS='-Werror')