Merge pull request #431 from gheskett/gcc10-compiler-warning

Suppress a gcc10 compiler warning for uninitialized variable
This commit is contained in:
thecozies
2022-07-19 06:19:25 -05:00
committed by GitHub

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