From b9223e2e904945202d7e3bd3ab9f6a571b415d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Sun, 2 Nov 2014 15:57:34 +0900 Subject: [PATCH] fix a compile warning --- src/debug.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/debug.lisp b/src/debug.lisp index 657bd78..c7da09f 100644 --- a/src/debug.lisp +++ b/src/debug.lisp @@ -17,6 +17,7 @@ "Initialize the debug module. Check if the current thread is named `repl-thread' and if not, start the swank server to accept remote connection." + (declare (ignore argv)) (format t "Initialize Debug module~%") (when (not (string= (thread:thread-name (thread:current-thread)) "repl-thread")) #+swank