aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-03-16 09:38:30 +0000
committerChristopher Baines <mail@cbaines.net>2024-03-16 09:38:30 +0000
commit94f5e80ef68eb9a2ede80ca69d13bea053977f8d (patch)
treea1e7ca64b2a82b5d3ddcc7e1d09be3ec842cfecd
parent231796915df569325cac13e538795dc08b9a75b1 (diff)
downloadbffe-94f5e80ef68eb9a2ede80ca69d13bea053977f8d.tar
bffe-94f5e80ef68eb9a2ede80ca69d13bea053977f8d.tar.gz
Turn on more warnings from Guile
-rw-r--r--guile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile.am b/guile.am
index 57062bd..21631a0 100644
--- a/guile.am
+++ b/guile.am
@@ -18,4 +18,4 @@ EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES)
GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
SUFFIXES = .scm .go
.scm.go:
- $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<"
+ $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile -W3 $(GUILE_WARNINGS) -o "$@" "$<"