mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +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:
parent
669ea4ebff
commit
f86f748db2
1 changed files with 1 additions and 1 deletions
|
@ -3447,7 +3447,7 @@ module '(ice-9 q) '(make-q q-length))}."
|
||||||
|
|
||||||
(define %auto-compilation-options
|
(define %auto-compilation-options
|
||||||
;; Default `compile-file' option when auto-compiling.
|
;; 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)
|
(define* (load-in-vicinity dir path #:optional reader)
|
||||||
;; Returns the .go file corresponding to `name'. Does not search load
|
;; Returns the .go file corresponding to `name'. Does not search load
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue