mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Compile with `-Wformat'.
* am/guilec (GUILE_WARNINGS): Add `-Wformat'.
This commit is contained in:
parent
e06972410a
commit
cb6ff74394
1 changed files with 1 additions and 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue