We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa19161 commit 64ff407Copy full SHA for 64ff407
make-host-1.lisp
@@ -47,7 +47,7 @@
47
(declare (ignore c))
48
(setq warnp 'warning))))
49
(with-compilation-unit () ,@forms))
50
- (when (and (string>= (cl:lisp-implementation-version) "2")
+ (when (and (string>= (cl:lisp-implementation-version) "2.1")
51
(or warnp style-warnp) *fail-on-warnings*)
52
(cerror "Proceed anyway"
53
"make-host-1 stopped due to unexpected ~A." (or warnp style-warnp))))
0 commit comments