From: Simon Josefsson Date: Wed, 12 Nov 2008 15:31:52 +0000 (+0100) Subject: Drop -Werror because gnutls code doesn't compile with it. X-Git-Tag: gnutls_2_7_2~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=326260875c86a480133ee80c08ff287e134bf4e6;p=thirdparty%2Fgnutls.git Drop -Werror because gnutls code doesn't compile with it. --- diff --git a/cfg.mk b/cfg.mk index 8eaf93265c..2688c7f031 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 - WARN_CFLAGS="-Werror" ./configure $(CFGFLAGS) + ./configure $(CFGFLAGS) # Code Coverage