X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fltn.lisp;h=552f50da75e58d7130dd276e8d9bab1a265d214c;hb=6a9bbe6f36179cee92001a1f9ed5ff38be512644;hp=794e135214b915994aca81e8686741d4511567ea;hpb=5ef7f500a505f5711b1c76ff8c15f443d4815367;p=sbcl.git diff --git a/src/compiler/ltn.lisp b/src/compiler/ltn.lisp index 794e135..552f50d 100644 --- a/src/compiler/ltn.lisp +++ b/src/compiler/ltn.lisp @@ -434,6 +434,7 @@ (defun template-args-ok (template call safe-p) (declare (type template template) (type combination call)) + (declare (ignore safe-p)) (let ((mtype (template-more-args-type template))) (do ((args (basic-combination-args call) (cdr args)) (types (template-arg-types template) (cdr types)))