Try fixing a warning on MinGW.

This commit is contained in:
David Reid
2019-02-27 20:09:39 +10:00
parent ce0850848d
commit 01a7d375f1
+1 -1
View File
@@ -29138,7 +29138,7 @@ void* mal_rb_get_subbuffer_ptr(mal_rb* pRB, size_t subbufferIndex, void* pBuffer
}
MAL_INLINE mal_uint32 mal_pcm_rb_get_bpf(mal_pcm_rb* pRB)
static MAL_INLINE mal_uint32 mal_pcm_rb_get_bpf(mal_pcm_rb* pRB)
{
mal_assert(pRB != NULL);