]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add -Werror again, code is fixed.
authorSimon Josefsson <simon@josefsson.org>
Wed, 12 Nov 2008 16:21:43 +0000 (17:21 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 12 Nov 2008 16:21:43 +0000 (17:21 +0100)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 2688c7f0315cb20883cabc6497ae95e0c5cde72a..dc76a1a07cdd9e36339974280808ece84e363007 100644 (file)
--- 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