X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/8d1d7d3eb07fe738fe5458acee84ef84919638ce..268f7777bf1c2f858ce2c5cb990f3e2ec42f0646:/src/parser/parser-test.lisp diff --git a/src/parser/parser-test.lisp b/src/parser/parser-test.lisp index 1fb292d..4041586 100644 --- a/src/parser/parser-test.lisp +++ b/src/parser/parser-test.lisp @@ -38,6 +38,7 @@ (defmacro assert-parse (once-only (string value winp consumedp) (with-gensyms (my-value my-winp my-consumedp label what) `(let ((,scanner (make-string-scanner ,string))) + (declare (ignorable ,scanner)) (multiple-value-bind (,my-value ,my-winp ,my-consumedp) (with-parser-context (character-scanner-context :scanner ,scanner)