GCC: Attempting to fix a bogus (?) compiler warning about memset()
As far as I can see, GCC 4.4 is misunderstanding how the "data" pointer ismanipulated in WAV_MemoryLoad(), so simplified the code somewhat.
View differences
GCC: Attempting to fix a bogus (?) compiler warning about memset()
As far as I can see, GCC 4.4 is misunderstanding how the "data" pointer is
manipulated in WAV_MemoryLoad(), so simplified the code somewhat.