mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-18 10:10:23 +02:00
Ignore #:warnings compiler option
* module/language/elisp/compile-tree-il.scm (process-options!): Ignore #:warnings compiler option.
This commit is contained in:
parent
c8ed3e7cef
commit
f12492fa98
1 changed files with 2 additions and 0 deletions
|
@ -921,6 +921,8 @@
|
||||||
(let ((key (car opt))
|
(let ((key (car opt))
|
||||||
(value (cadr opt)))
|
(value (cadr opt)))
|
||||||
(case key
|
(case key
|
||||||
|
((#:warnings) ; ignore
|
||||||
|
#f)
|
||||||
((#:disable-void-check)
|
((#:disable-void-check)
|
||||||
(if (valid-symbol-list-arg? value)
|
(if (valid-symbol-list-arg? value)
|
||||||
(fluid-set! disable-void-check value)
|
(fluid-set! disable-void-check value)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue