0.8.9.45:
[sbcl.git] / src / code / condition.lisp
index a441310..7f66431 100644 (file)
 (define-condition nil-array-accessed-error (type-error)
   ()
   (:report (lambda (condition stream)
+            (declare (ignore condition))
             (format stream
                     "An attempt to access an array of element-type ~
                       NIL was made.  Congratulations!"))))