summaryrefslogtreecommitdiff
path: root/scons/gallium.py
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-03-13 11:47:57 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-03-13 11:48:14 +0000
commitf22574be95ccfb21058699f5e27e684abc87dac9 (patch)
treeaf1c7add07b94f0591c7f89182358ca8542f4da5 /scons/gallium.py
parent188a3334f8957e9a4dd3fd169716be4dd2979b05 (diff)
scons: Use -Wdeclaration-after-statement
Diffstat (limited to 'scons/gallium.py')
-rw-r--r--scons/gallium.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index ee22110311..31236c4b01 100644
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -334,6 +334,7 @@ def generate(env):
'-Wall',
'-Wmissing-prototypes',
'-Wno-long-long',
+ '-Wdeclaration-after-statement',
'-ffast-math',
'-std=gnu99',
'-fmessage-length=0', # be nice to Eclipse