projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6544be6
)
fix typo
author
Alan Hourihane
<alanh@vmware.com>
Tue, 26 Jan 2010 19:18:32 +0000
(19:18 +0000)
committer
Alan Hourihane
<alanh@vmware.com>
Tue, 26 Jan 2010 19:18:32 +0000
(19:18 +0000)
scons/gallium.py
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index 1a095d89933402347d68fcc1107a0c7612451c49..5aa0b7bddd0fb3fcff365f0ba6f785b197a6c694 100644
(file)
--- 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',
]