Compile with `-Wformat'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 10 Oct 2010 15:13:36 +0000 (17:13 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 10 Oct 2010 17:10:10 +0000 (19:10 +0200)
* am/guilec (GUILE_WARNINGS): Add `-Wformat'.

am/guilec

index 5a7787e..a346832 100644 (file)
--- 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)