Commit 78e4de8b authored by David Reid's avatar David Reid

Silence a warning.

parent c25318d8
...@@ -23243,7 +23243,7 @@ mal_uint64 mal_src_read_deinterleaved__sinc(mal_src* pSRC, mal_uint64 frameCount ...@@ -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);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment