Özkan Sezer
Özkan Sezer
``` load_abc.cpp: In member function 'BOOL CSoundFile::ReadABC(const uint8_t*, DWORD)': load_abc.cpp:3958:55: warning: comparing the result of pointer addition '(pm + 2)' and NULL [-Waddress] 3958 | if (pm+2) | ~~^~ ```
Forgot reporting this here (looks like the same as https://github.com/lieff/minimp3/issues/119) Is it bogus, or should we take it seriously? ``` In function 'drmp3_L3_decode_scalefactors', inlined from 'drmp3_L3_decode' at /tmp/SDL_sound/src/dr_mp3.h:1821:9, inlined from...
Tested with gcc14 using `-std=gnu23` in CFLAGS. Fixes https://github.com/Baron-von-Riedesel/JWasm/issues/39
This was reported for malice and airquake by user 'ranger' at: https://celephais.net/board/view_thread.php?id=60452&start=3930 He reports that ironwail and vkquake have the same issue, too, and claims that it has something to...