From 5ccaebfce38fc161a776725c6c945b2173459397 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 11 Jun 2009 13:31:46 +0100 Subject: [PATCH] Enable Werror by default Signed-off-by: Paul Brook --- configure | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 89e7f53..9e03ee3 100755 --- a/configure +++ b/configure @@ -356,11 +356,7 @@ else fi [ -f "$workdir/vl.c" ] || source_path_used="yes" -werror="no" -# generate compile errors on warnings for development builds -#if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then -#werror="yes"; -#fi +werror="yes" for opt do optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` -- 1.6.3.1