summaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-10-10 17:13:36 +0200
committerLudovic Courtès <ludo@gnu.org>2010-10-10 19:10:10 +0200
commitcb6ff74394c5bfb7d4954e13946f91d33edfb86d (patch)
treea455cb8dc5d8bf90a7edc3e356269b6d267de3d3 /am
parente06972410a1f743edb8c8d78dc81eccbbac4ee5d (diff)
downloadguile-cb6ff74394c5bfb7d4954e13946f91d33edfb86d.tar.gz
Compile with `-Wformat'.
* am/guilec (GUILE_WARNINGS): Add `-Wformat'.
Diffstat (limited to 'am')
-rw-r--r--am/guilec2
1 files changed, 1 insertions, 1 deletions
diff --git a/am/guilec b/am/guilec
index 5a7787e71..a34683266 100644
--- a/am/guilec
+++ b/am/guilec
@@ -1,7 +1,7 @@
# -*- makefile -*-
GOBJECTS = $(SOURCES:%.scm=%.go)
-GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch
+GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
moddir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/$(modpath)
nobase_mod_DATA = $(SOURCES) $(NOCOMP_SOURCES)