diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-10-10 17:13:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2010-10-10 19:10:10 +0200 |
commit | cb6ff74394c5bfb7d4954e13946f91d33edfb86d (patch) | |
tree | a455cb8dc5d8bf90a7edc3e356269b6d267de3d3 /am | |
parent | e06972410a1f743edb8c8d78dc81eccbbac4ee5d (diff) |
Compile with `-Wformat'.
* am/guilec (GUILE_WARNINGS): Add `-Wformat'.
Diffstat (limited to 'am')
-rw-r--r-- | am/guilec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |