Module: Mesa Branch: master Commit: 18bb614acf3b9bbfd8c81253a6fd2fb24800dd70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=18bb614acf3b9bbfd8c81253a6fd2fb24800dd70
Author: Alan Hourihane <[email protected]> Date: Tue Jan 26 19:18:32 2010 +0000 fix typo --- scons/gallium.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/scons/gallium.py b/scons/gallium.py index 1a095d8..5aa0b7b 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', ] _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
