summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-12 17:21:43 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-12 17:21:43 +0100
commit1bb69f2aecf637364e9a2b2bce331d2e8d425817 (patch)
treebe87350a5cb8420dedbd439b8973c81339e02b1d /cfg.mk
parent746833c60a1ec396a9969514bd23f79a52698ec7 (diff)
downloadgnutls-1bb69f2aecf637364e9a2b2bce331d2e8d425817.tar.gz
Add -Werror again, code is fixed.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
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