cosmetic: add ignore declaration

see #16.
This commit is contained in:
Daniel Kochmanski 2017-12-08 09:28:42 +01:00
parent fead4ce858
commit 5bb14d94c7

View file

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