From da85967b4222ea1c81533311d94d5dc7d7c243f8 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 13 Nov 2010 18:34:40 +0100 Subject: use compile warnings * Makefile.am (GUILE_WARNINGS): Use compile warnings when compiling tekuti. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 410ee68..214334d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,7 @@ EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES) CLEANFILES = $(GOBJECTS) +GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat SUFFIXES = .scm .go .scm.go: - $(top_builddir)/env $(GUILE_TOOLS) compile -o "$@" "$<" + $(top_builddir)/env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<" -- cgit v1.2.3-54-g00ecf