From: Simon Josefsson Date: Fri, 8 May 2009 13:32:59 +0000 (+0200) Subject: Fix -Werror handling. X-Git-Tag: gnutls_2_7_9~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08c49d6067b908b3ddd403b3f91e990986c51f00;p=thirdparty%2Fgnutls.git Fix -Werror handling. --- diff --git a/cfg.mk b/cfg.mk index d74dec3d01..952726a30a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -18,6 +18,7 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +WFLAGS ?= WARN_CFLAGS=-Werror CFGFLAGS ?= --enable-gtk-doc INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lgl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c` @@ -50,7 +51,7 @@ update-po: refresh-po git commit -m "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po.in bootstrap: autoreconf - WARN_CFLAGS=-Werror ./configure $(CFGFLAGS) + $(WFLAGS) ./configure $(CFGFLAGS) # Code Coverage