aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès2010-03-08 00:32:40 +0100
committerLudovic Courtès2010-03-08 00:32:40 +0100
commitcb194340e9e19cbd39626a4bd2613846dcf9b707 (patch)
tree0f0e192d2c1ce114bd2f3de35c948d8ca1c90eb1
parentaab0e43aceb9df3e46268b4bc1d933dfd34950ac (diff)
downloadskribilo-cb194340e9e19cbd39626a4bd2613846dcf9b707.tar.gz
skribilo-cb194340e9e19cbd39626a4bd2613846dcf9b707.tar.lz
skribilo-cb194340e9e19cbd39626a4bd2613846dcf9b707.zip
Add more Guile compilation warnings.
* guile-vm.am (guile_warnings): Add `unused-toplevel'.
-rw-r--r--guile-vm.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile-vm.am b/guile-vm.am
index 627e5a0..d463407 100644
--- a/guile-vm.am
+++ b/guile-vm.am
@@ -10,7 +10,7 @@ nobase_nodist_module_DATA = \
$(SOURCES) $(GOBJECTS) $(SOURCES_NOT_COMPILED)
# Compiler warnings.
-guile_warnings = unused-variable unbound-variable arity-mismatch
+guile_warnings = unused-variable unused-toplevel unbound-variable arity-mismatch
.scm.go:
$(MKDIR_P) `dirname $@`