mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-02-05 07:00:36 -08:00
Suppress compiler warnings when running the ANSI tests
This commit is contained in:
parent
4f00e74ca0
commit
55b9e9dc91
1 changed files with 5 additions and 1 deletions
|
|
@ -241,7 +241,11 @@
|
|||
(with-open-file (s tmp :direction :output
|
||||
:if-exists :supersede
|
||||
:if-does-not-exist :create)
|
||||
(format s "(require :cmp)(pprint (ext:getcwd))(load ~S)#+ecl(quit)"
|
||||
(format s "(require :cmp)
|
||||
#+ecl(setf c::*suppress-compiler-messages* '(or c::compiler-note c::style-warning))
|
||||
(pprint (ext:getcwd))
|
||||
(load ~S)
|
||||
#+ecl(quit)"
|
||||
(namestring input)))
|
||||
(unwind-protect
|
||||
(progn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue