X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fctype.lisp;h=babda466e4cb8667615491a708687da49ff66bb9;hb=e73a30c901ab234291aefc9f1e73507650628892;hp=33c772a1b2a82ce78ab65716bb6358d4fcca0132;hpb=086056ed379d22ed5d8a792778f2f35fc6cf56c6;p=sbcl.git diff --git a/src/compiler/ctype.lisp b/src/compiler/ctype.lisp index 33c772a..babda46 100644 --- a/src/compiler/ctype.lisp +++ b/src/compiler/ctype.lisp @@ -850,7 +850,8 @@ (let ((atype (lvar-value atype)) (dtype (lvar-value dtype))) (unless (eq atype nil) - (compiler-warn - "~@" - atype dtype)))) + (warn 'type-warning + :format-control + "~@" + :format-arguments (list atype dtype))))) (ir2-convert-full-call node block)))