mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +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
1dfe593954
commit
3829919663
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