From 24c0e59876a904ebb14dc0e2449de74716d0d178 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Thu, 24 Aug 2006 14:29:58 +0000 Subject: [PATCH] Took away that -Werror from -d until all tests pass cleanly --- buildconf.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 1.7.10.4