r7825: ignore unused parameter
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 11 Sep 2003 17:26:36 +0000 (17:26 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 11 Sep 2003 17:26:36 +0000 (17:26 +0000)
byte-stream.lisp

index fd7a56ae08d55c902c368a690e58abce5f000575..617cad54f765d9a15ce1b576185fb6c693b10ae2 100644 (file)
@@ -220,6 +220,7 @@ Make-Byte-Array-Output-Stream since the last call to this function."
   
   (defmethod excl:device-extend ((stream extendable-buffer-output-stream)
                                 need action)
   
   (defmethod excl:device-extend ((stream extendable-buffer-output-stream)
                                 need action)
+    (declare (ignore action))
     (let* ((len (file-position stream))
           (new-len (max (+ len need) (* 2 len)))
           (old-buf (slot-value stream 'excl::buffer))
     (let* ((len (file-position stream))
           (new-len (max (+ len need) (* 2 len)))
           (old-buf (slot-value stream 'excl::buffer))