mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +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
|
#endif
|
||||||
mal_int32 windowWidthSIMD2 = windowWidthSIMD*2;
|
mal_int32 windowWidthSIMD2 = windowWidthSIMD*2;
|
||||||
|
(void)windowWidthSIMD2; // <-- Silence a warning when SIMD is disabled.
|
||||||
|
|
||||||
float* ppNextSamplesOut[MAL_MAX_CHANNELS];
|
float* ppNextSamplesOut[MAL_MAX_CHANNELS];
|
||||||
mal_copy_memory(ppNextSamplesOut, ppSamplesOut, sizeof(void*) * pSRC->config.channels);
|
mal_copy_memory(ppNextSamplesOut, ppSamplesOut, sizeof(void*) * pSRC->config.channels);
|
||||||
|
|||||||
Reference in New Issue
Block a user