chiark
/
gitweb
/
~mdw
/
zone
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
baad856
)
zone.lisp: Mark an ignored function parameter.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 Dec 2013 21:21:24 +0000
(21:21 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 Dec 2013 21:22:43 +0000
(21:22 +0000)
CLisp complains about this one, but SBCL doesn't mind.
zone.lisp
patch
|
blob
|
blame
|
history
diff --git
a/zone.lisp
b/zone.lisp
index 38c79f09f57be9df3187c41ae43d6130d24147e5..8124b28435aeac418d301958691228c070349541 100644
(file)
--- a/
zone.lisp
+++ b/
zone.lisp
@@
-786,6
+786,7
@@
(defvar *zone-output-stream* nil
"Stream to write zone data on.")
(defmethod zone-write :around (format zone stream)
"Stream to write zone data on.")
(defmethod zone-write :around (format zone stream)
+ (declare (ignore format))
(let ((*writing-zone* zone)
(*zone-output-stream* stream))
(call-next-method)))
(let ((*writing-zone* zone)
(*zone-output-stream* stream))
(call-next-method)))