From f22574be95ccfb21058699f5e27e684abc87dac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 13 Mar 2009 11:47:57 +0000 Subject: scons: Use -Wdeclaration-after-statement --- scons/gallium.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scons/gallium.py') 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 -- cgit v1.2.3