From: Adam Dickmeiss Date: Fri, 12 Jan 2007 23:34:15 +0000 (+0000) Subject: Remove -Wdeclaration-after-statement because it requires newer gcc X-Git-Tag: stable.27032007~115 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=568fc98bd6c09626172274b443789015a11234e6;p=pazpar2-moved-to-github.git Remove -Wdeclaration-after-statement because it requires newer gcc --- diff --git a/buildconf.sh b/buildconf.sh index f5693c0..aa97a71 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.2 2007-01-12 23:32:33 adam Exp $ +# $Id: buildconf.sh,v 1.3 2007-01-12 23:34:15 adam Exp $ automake=automake aclocal=aclocal @@ -43,7 +43,8 @@ sh_flags="" conf_flags="" case $1 in -d) - sh_flags="-g -Wall -Wdeclaration-after-statement" + #sh_flags="-g -Wall -Wdeclaration-after-statement" + sh_flags="-g -Wall" enable_configure=true enable_help=false shift