X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fctor.lisp;h=712c0efc99deb988f4c7956216a4573bae2f93eb;hb=3fbcd9b98c58d80858d1e0f9834aaaa83283cbba;hp=743a69c807897b0882229fd0a7938e405cfeb604;hpb=4f8f4b25cb564509437d8fc26038143150077f14;p=sbcl.git diff --git a/src/pcl/ctor.lisp b/src/pcl/ctor.lisp index 743a69c..712c0ef 100644 --- a/src/pcl/ctor.lisp +++ b/src/pcl/ctor.lisp @@ -390,6 +390,7 @@ .instance.) `(let* ((.instance. (,allocation-function ,wrapper)) (.slots. (,slots-fetcher .instance.))) + (declare (ignorable .slots.)) ,body .instance.))))