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))