fix a compile warning
This commit is contained in:
parent
a8d4f11193
commit
b9223e2e90
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
"Initialize the debug module.
|
"Initialize the debug module.
|
||||||
Check if the current thread is named `repl-thread' and if not,
|
Check if the current thread is named `repl-thread' and if not,
|
||||||
start the swank server to accept remote connection."
|
start the swank server to accept remote connection."
|
||||||
|
(declare (ignore argv))
|
||||||
(format t "Initialize Debug module~%")
|
(format t "Initialize Debug module~%")
|
||||||
(when (not (string= (thread:thread-name (thread:current-thread)) "repl-thread"))
|
(when (not (string= (thread:thread-name (thread:current-thread)) "repl-thread"))
|
||||||
#+swank
|
#+swank
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue