From 5bb14d94c719d72bb9db056dc798b885f06a8b36 Mon Sep 17 00:00:00 2001 From: Daniel Kochmanski Date: Fri, 8 Dec 2017 09:28:42 +0100 Subject: [PATCH] cosmetic: add ignore declaration see #16. --- src/lsp/trace.lsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lsp/trace.lsp b/src/lsp/trace.lsp index 7acd68aa0..8ba2c9bf1 100644 --- a/src/lsp/trace.lsp +++ b/src/lsp/trace.lsp @@ -322,6 +322,7 @@ for Stepper mode commands." (throw *step-tag* nil)) (defun step-skip (&optional (when 0)) + (declare (ignore when)) (setf *step-action* 0) (throw *step-tag* nil))