This commit is contained in:
Alan Hourihane
2010-01-26 19:18:32 +00:00
parent 6544be6223
commit 18bb614acf

View File

@@ -276,8 +276,7 @@ def generate(env):
'-Wmissing-prototypes',
'-std=gnu99',
]
if env['CCVERSION'].startswith('4.2.') or
env['CCVERSION'].startswith('4.3.'):
if env['CCVERSION'].startswith('4.2.') or env['CCVERSION'].startswith('4.3.'):
ccflags += [
'-Werror=pointer-arith',
]