From: Heikki Levanto Date: Thu, 24 Aug 2006 14:29:58 +0000 (+0000) Subject: Took away that -Werror from -d until all tests pass cleanly X-Git-Tag: YAZ.2.1.28~24 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=24c0e59876a904ebb14dc0e2449de74716d0d178 Took away that -Werror from -d until all tests pass cleanly --- diff --git a/buildconf.sh b/buildconf.sh index fb32c6f..a4467f7 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.41 2006-08-24 13:41:18 heikki Exp $ +# $Id: buildconf.sh,v 1.42 2006-08-24 14:29:58 heikki Exp $ automake=automake aclocal=aclocal @@ -41,7 +41,8 @@ sh_flags="" conf_flags="" case $1 in -d) - sh_flags="-g -Wall -Wdeclaration-after-statement -Werror" + #sh_flags="-g -Wall -Wdeclaration-after-statement -Werror" + sh_flags="-g -Wall -Wdeclaration-after-statement " enable_configure=true enable_help=false shift