cl-sdl2-ttf icon indicating copy to clipboard operation
cl-sdl2-ttf copied to clipboard

Latest git sbcl warns on destructive operations on macro arguments - breaks build

Open quicklisp opened this issue 5 years ago • 0 comments

https://github.com/Failproofshark/cl-sdl2-ttf/blob/ff2821a2787cb527ca643a0dbca6ab2171ce141d/src/helpers.lisp#L24

Specifically I get this warning:

; caught WARNING:
;   Destructive function NREVERSE called on a macro argument: PAIRS.

quicklisp avatar Jul 26 '20 15:07 quicklisp