zone.lisp: Silence warning from CLisp.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 22 May 2014 09:06:00 +0000 (10:06 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 22 May 2014 09:06:00 +0000 (10:06 +0100)
zone.lisp

index 602f1f2..d855d0f 100644 (file)
--- a/zone.lisp
+++ b/zone.lisp
           name))))
 
 (defmethod zone-write :around ((format (eql :bind)) zone stream)
+  (declare (ignorable zone stream))
   (let ((*bind-last-record-name* nil))
     (call-next-method)))