From b3d3c99fe4ee3420bd199082bd06d87452f93ec9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 12 Jan 2007 23:32:33 +0000 Subject: [PATCH] Avoid declarations after statements --- buildconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildconf.sh b/buildconf.sh index f718842..f5693c0 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.1 2007-01-08 12:43:41 adam Exp $ +# $Id: buildconf.sh,v 1.2 2007-01-12 23:32:33 adam Exp $ automake=automake aclocal=aclocal @@ -43,7 +43,7 @@ sh_flags="" conf_flags="" case $1 in -d) - sh_flags="-g -Wall" + sh_flags="-g -Wall -Wdeclaration-after-statement" enable_configure=true enable_help=false shift -- 1.7.10.4