From: Adam Dickmeiss Date: Fri, 12 Jan 2007 23:32:33 +0000 (+0000) Subject: Avoid declarations after statements X-Git-Tag: stable.27032007~116 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=b3d3c99fe4ee3420bd199082bd06d87452f93ec9;p=pazpar2-moved-to-github.git Avoid declarations after statements --- 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