From: Simon Josefsson Date: Wed, 12 Nov 2008 16:21:43 +0000 (+0100) Subject: Add -Werror again, code is fixed. X-Git-Tag: gnutls_2_7_2~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bb69f2aecf637364e9a2b2bce331d2e8d425817;p=thirdparty%2Fgnutls.git Add -Werror again, code is fixed. --- diff --git a/cfg.mk b/cfg.mk index 2688c7f031..dc76a1a07c 100644 --- a/cfg.mk +++ b/cfg.mk @@ -44,7 +44,7 @@ update-po: refresh-po git-commit -m "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po.in bootstrap: autoreconf - ./configure $(CFGFLAGS) + WARN_CFLAGS=-Werror ./configure $(CFGFLAGS) # Code Coverage