Suppress a gcc10 compiler warning for uninitialized variable

This commit is contained in:
gheskett
2022-06-29 00:17:04 -04:00
parent 1166d7441d
commit 6f6c055f1c

View File

@@ -932,7 +932,7 @@ u64 *synthesis_process_notes(s16 *aiBuf, s32 bufLen, u64 *cmd) {
s32 s5Aligned;
#endif
s32 resampledTempLen; // spD8, spAC
u16 noteSamplesDmemAddrBeforeResampling; // spD6, spAA
u16 noteSamplesDmemAddrBeforeResampling = 0; // spD6, spAA
#ifndef VERSION_EU