|
From: Lars B. <la...@no...> - 2004-11-11 07:32:17
|
David Morse <sv...@ya...> writes: > > This small program is sufficient to get the message: > > (progn > > (sdl:init sdl:+init-video+) > > (cl-sdl:clear-screen (sdl:set-video-mode 512 512 32 sdl:+hwsurface+)) > > (sdl:quit)) > > Are you really worried about effeciency in this example, or just > trying to get a clean compile? The efficiency of this particular example is irrelevant, I just included it to demonstrate one way to trigger the warning. My actual worry is that cl-sdl:draw-pixel exhibit the same behaviour. -- Lars Brinkhoff, Services for Unix, Linux, GCC, HTTP Brinkhoff Consulting http://www.brinkhoff.se/ |