From: David Vázquez Date: Thu, 29 Aug 2013 10:21:36 +0000 (+0200) Subject: Clean warning at bootstrap X-Git-Url: http://repo.macrolet.net/gitweb/?p=jscl.git;a=commitdiff_plain;h=99d65b4728aa706e7693ca9ba8de720d907538f1 Clean warning at bootstrap --- diff --git a/src/compat.lisp b/src/compat.lisp index aeabc42..a95b86f 100644 --- a/src/compat.lisp +++ b/src/compat.lisp @@ -46,5 +46,6 @@ (apply #'concatenate 'string strs))) (defun /debug (x) + (declare (ignorable x)) ;; (write-line x) )