From: Mark Wooding Date: Thu, 22 May 2014 09:06:00 +0000 (+0100) Subject: zone.lisp: Silence warning from CLisp. X-Git-Url: https://git.distorted.org.uk/~mdw/zone/commitdiff_plain/807e319f86d552c12b7436eb3027bcf55608d501 zone.lisp: Silence warning from CLisp. --- diff --git a/zone.lisp b/zone.lisp index 602f1f2..d855d0f 100644 --- a/zone.lisp +++ b/zone.lisp @@ -1152,6 +1152,7 @@ name)))) (defmethod zone-write :around ((format (eql :bind)) zone stream) + (declare (ignorable zone stream)) (let ((*bind-last-record-name* nil)) (call-next-method)))