src/class-make-{proto,impl}.lisp: Don't always add initializers to classes.
[sod] / src / parser / parser-test.lisp
index 1fb292d..1ca8780 100644 (file)
@@ -7,7 +7,7 @@
 
 ;;;----- Licensing notice ---------------------------------------------------
 ;;;
-;;; This file is part of the Sensble Object Design, an object system for C.
+;;; This file is part of the Sensible Object Design, an object system for C.
 ;;;
 ;;; SOD is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -38,6 +38,7 @@
   (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)