Skip to content
Snippets Groups Projects
Commit ce320278 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Don't stop at spurious warnings from ECL 10.7.1 while compiling ASDF.

parent 426ae833
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
(compile-file *asdf-lisp* :output-file tmp :print t :verbose t))
(declare (ignore result))
(cond
#-ecl ;; problems with 10.7.1 from CVS.
(warnings-p
(leave-lisp "Testsuite failed: ASDF compiled with warnings" 1))
(errors-p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment