projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f60567
)
Clean warning at bootstrap
author
David Vázquez
<davazp@gmail.com>
Thu, 29 Aug 2013 10:21:36 +0000
(12:21 +0200)
committer
David Vázquez
<davazp@gmail.com>
Thu, 29 Aug 2013 10:21:36 +0000
(12:21 +0200)
src/compat.lisp
patch
|
blob
|
history
diff --git
a/src/compat.lisp
b/src/compat.lisp
index
aeabc42
..
a95b86f
100644
(file)
--- a/
src/compat.lisp
+++ b/
src/compat.lisp
@@
-46,5
+46,6
@@
(apply #'concatenate 'string strs)))
(defun /debug (x)
+ (declare (ignorable x))
;; (write-line x)
)