0.6.10.19:
[sbcl.git] / src / pcl / gray-streams.lisp
index 8afe99d..f4b4076 100644 (file)
@@ -55,6 +55,7 @@
   t)
 
 (defmethod pcl-close ((stream fundamental-stream) &key abort)
+  (declare (ignore abort))
   (setf (stream-open-p stream) nil)
   t)