libmodplug icon indicating copy to clipboard operation
libmodplug copied to clipboard

load_abc.cpp (ReadABC): fix -Waddress warning from gcc14

Open sezero opened this issue 1 year ago • 0 comments

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)
      |                                                     ~~^~

sezero avatar Nov 23 '24 06:11 sezero