Suppress compiler warnings when running the ANSI tests

This commit is contained in:
Juan Jose Garcia Ripoll 2013-01-10 09:57:10 +01:00
parent 4f00e74ca0
commit 55b9e9dc91

View file

@ -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