ReservoirGods / GODLIB

Library for creating Atari ST software
33 stars 8 forks source link

Warning in SPRITE.C #1

Closed sandord closed 6 years ago

sandord commented 6 years ago

I just got this little warning. I know its harmless but still...

Warning: C:\...\PUREC\INCLUDE\GODLIB\SPRITE\SPRITE.C 391: 'lWith' is assigned a value which is
    never used in function Sprite_CreatePreShifted
pink-rg commented 6 years ago

Good point. I have cleaned this up. Going to run static analysis on the codebase, there are a few issues like this that aren't surfaced by MSVC even at warning level 4.