Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
load_abc.cpp (ReadABC): fix -Waddress warning from gcc14
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) | ~~^~
- Loading branch information