diff options
Diffstat (limited to 'scons/gallium.py')
-rw-r--r-- | scons/gallium.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index 1a095d89933..5aa0b7bddd0 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -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', ] |