Commit 01a7d375 authored by David Reid's avatar David Reid

Try fixing a warning on MinGW.

parent ce085084
...@@ -29138,7 +29138,7 @@ void* mal_rb_get_subbuffer_ptr(mal_rb* pRB, size_t subbufferIndex, void* pBuffer ...@@ -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); mal_assert(pRB != NULL);
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