From 04c68c039194f33d5bd7e8b1f21eba7c8bd6adbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 22 Oct 2009 22:58:03 +0200 Subject: Compile Guile modules with `-Wunbound-variable'. * am/guilec (.scm.go): Compile with `-Wunbound-variable'. --- am/guilec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'am') diff --git a/am/guilec b/am/guilec index ce0711b74..00366d85e 100644 --- a/am/guilec +++ b/am/guilec @@ -30,4 +30,6 @@ install-data-hook: SUFFIXES = .scm .go .scm.go: - GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guile-tools compile -o "$@" "$<" + GUILE_AUTO_COMPILE=0 \ + $(top_builddir)/meta/uninstalled-env \ + guile-tools compile -Wunbound-variable -o "$@" "$<" -- cgit v1.2.1