From b6ff0c171c1dfd968f6f3bad745a9be1308058e2 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 11 Sep 2003 17:26:36 +0000 Subject: [PATCH] r7825: ignore unused parameter --- byte-stream.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/byte-stream.lisp b/byte-stream.lisp index fd7a56a..617cad5 100644 --- a/byte-stream.lisp +++ b/byte-stream.lisp @@ -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) + (declare (ignore action)) (let* ((len (file-position stream)) (new-len (max (+ len need) (* 2 len))) (old-buf (slot-value stream 'excl::buffer)) -- 2.34.1