mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 16:24:04 +02:00
Silence a warning.
This commit is contained in:
@@ -23243,7 +23243,7 @@ mal_uint64 mal_src_read_deinterleaved__sinc(mal_src* pSRC, mal_uint64 frameCount
|
||||
}
|
||||
#endif
|
||||
mal_int32 windowWidthSIMD2 = windowWidthSIMD*2;
|
||||
|
||||
(void)windowWidthSIMD2; // <-- Silence a warning when SIMD is disabled.
|
||||
|
||||
float* ppNextSamplesOut[MAL_MAX_CHANNELS];
|
||||
mal_copy_memory(ppNextSamplesOut, ppSamplesOut, sizeof(void*) * pSRC->config.channels);
|
||||
|
||||
Reference in New Issue
Block a user