Skip to content

Commit

Permalink
warn instead of format for flet removed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alanruttenberg committed Jun 8, 2017
1 parent 77bd873 commit 5e6d61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/armedbear/lisp/precompiler.lisp
Expand Up @@ -874,7 +874,7 @@
(return)))
))))
(unless used-p
(format t "; Note: deleting unused local function ~A ~S~%"
(compiler-style-warn "; Note: deleting unused local function ~A ~S~%"
operator name)
(setf applicable-locals (remove local applicable-locals)))))
(if applicable-locals
Expand Down

0 comments on commit 5e6d61c

Please sign in to comment.