diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-12 16:18:34 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-12 16:18:34 +0100 |
commit | ac2935798a5dc323afc58f0254bbe29748cc448a (patch) | |
tree | 6ef6d76a1c12d3e3a0f8038c5e62ab1f86fd3806 /cfg.mk | |
parent | 2ffda181c548276d8c1af2d6b635dd95a873d3c0 (diff) | |
download | gnutls-ac2935798a5dc323afc58f0254bbe29748cc448a.tar.gz |
Use warnings module.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +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. -CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc WARN_CFLAGS="-Werror" +CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lgl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c` @@ -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 |