1
Fork 0
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:
Brian Templeton 2010-06-29 21:13:18 -04:00
parent c8ed3e7cef
commit f12492fa98

View file

@ -921,6 +921,8 @@
(let ((key (car opt))
(value (cadr opt)))
(case key
((#:warnings) ; ignore
#f)
((#:disable-void-check)
(if (valid-symbol-list-arg? value)
(fluid-set! disable-void-check value)