From 99d65b4728aa706e7693ca9ba8de720d907538f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Thu, 29 Aug 2013 12:21:36 +0200 Subject: [PATCH] Clean warning at bootstrap --- src/compat.lisp | 1 + 1 file changed, 1 insertion(+) 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) ) -- 1.7.10.4