mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 23:02:31 -08:00
Remove slightly annoying compiler note about optimized away constant values.
This commit is contained in:
parent
87a7b900b2
commit
2fdec49c69
1 changed files with 1 additions and 2 deletions
|
|
@ -53,8 +53,7 @@
|
|||
((vv-used-p vv-record)
|
||||
object)
|
||||
(t
|
||||
(cmpnote "Constant value optimized away or not used~%~A"
|
||||
object)
|
||||
;; Value optimized away or not used
|
||||
0))))
|
||||
#+(or)
|
||||
(loop for i in (nconc (map 'list #'first *permanent-objects*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue