chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a86f4
)
src/parser/parser-test.lisp: Suppress maybe-unused variable warning.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000
(10:58 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Sep 2015 23:16:13 +0000
(
00:16
+0100)
src/parser/parser-test.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/parser/parser-test.lisp
b/src/parser/parser-test.lisp
index 1fb292d63a27e22067de12ea1c7d5411868df5fe..4041586d22b82fb024e855a125112196af15eba8 100644
(file)
--- 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)