diff --git a/ansi-tests/gclload1.lsp b/ansi-tests/gclload1.lsp index 7e34381a8e9c13bac2d1c5152f2599ea7e1a03e7..990fd1795e102a8aa19856f4653e521d11bc3b54 100644 --- a/ansi-tests/gclload1.lsp +++ b/ansi-tests/gclload1.lsp @@ -10,8 +10,9 @@ #+lispworks (setq compiler::*compiler-warnings* nil) -#+ecl (setq c:*suppress-compiler-warnings* t - c:*suppress-compiler-notes* t) +#+ecl (compile nil '(lambda () nil)) + +#+ecl (setq c:*suppress-compiler-warnings* t c:*suppress-compiler-notes* t) #+clisp (setq custom::*warn-on-floating-point-contagion* nil)