Declare IGNORABLE NB to silence warning.
authorJoe Marshall <eval.apply@gmail.com>
Mon, 9 Aug 2010 19:55:47 +0000 (12:55 -0700)
committerJoe Marshall <jmarshall@google.com>
Mon, 9 Aug 2010 20:04:20 +0000 (13:04 -0700)
src/runtime/cpress.scm

index ce5d98c226fd0c66b9b2a38a1aa6afab0bf0d0c3..a7a97bcbd619049e8d2c3eedcfcae7b74c055f8a 100644 (file)
@@ -553,6 +553,7 @@ USA.
   ;; If necessary, invalidate old commands until this is true.  If the
   ;; buffer size is optimal, this is never necessary, because the
   ;; buffer is big enough to hold all of the commands in the window.
+  (declare (ignorable nb))
   (if (and (not buffer-size-optimal?)
           oldest-node)
       (let ((end (bb-end byte-buffer)))