git.fiddlerwoaroof.com
Browse code

suppress certain unused symbol warnings

fiddlerwoaroof authored on 28/04/2016 03:03:19
Showing 1 changed files
... ...
@@ -193,6 +193,7 @@
193 193
   (version-message t *version*))
194 194
 
195 195
 (defun tests-main (&optional (output-style nil output-style-p))
196
+  (declare (ignorable output-style-p))
196 197
   (let ((should-test:*verbose* t))
197 198
     (ecase output-style
198 199
       (:xunit (should-test:test-for-xunit *standard-output* :package :tempores.parser))