mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Turn on the `case' warnings in auto-compilation.
* module/ice-9/boot-9.scm (%auto-compilation-options): Add `duplicate-case-datum' and `bad-case-datum'.
This commit is contained in:
parent
5cd1030786
commit
9ee0455738
1 changed files with 2 additions and 1 deletions
|
@ -3565,7 +3565,8 @@ module '(ice-9 q) '(make-q q-length))}."
|
|||
|
||||
(define %auto-compilation-options
|
||||
;; Default `compile-file' option when auto-compiling.
|
||||
'(#:warnings (unbound-variable arity-mismatch format)))
|
||||
'(#:warnings (unbound-variable arity-mismatch format
|
||||
duplicate-case-datum bad-case-datum)))
|
||||
|
||||
(define* (load-in-vicinity dir path #:optional reader)
|
||||
(define (canonical->suffix canon)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue