1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

add -Wformat to %auto-compilation-options

* module/ice-9/boot-9.scm (%auto-compilation-options): Add -Wformat to
  the default warning set.
This commit is contained in:
Andy Wingo 2011-06-17 19:16:16 +02:00
parent 669ea4ebff
commit f86f748db2

View file

@ -3447,7 +3447,7 @@ module '(ice-9 q) '(make-q q-length))}."
(define %auto-compilation-options
;; Default `compile-file' option when auto-compiling.
'(#:warnings (unbound-variable arity-mismatch)))
'(#:warnings (unbound-variable arity-mismatch format)))
(define* (load-in-vicinity dir path #:optional reader)
;; Returns the .go file corresponding to `name'. Does not search load