Fix some warnings with examples.

This commit is contained in:
David Reid
2025-02-17 16:01:19 +10:00
parent 47aa3e34e0
commit de5f370d09
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ ma_bool32* g_pDecodersAtEnd;
ma_event g_stopEvent; /* <-- Signaled by the audio thread, waited on by the main thread. */
ma_bool32 are_all_decoders_at_end()
ma_bool32 are_all_decoders_at_end(void)
{
ma_uint32 iDecoder;
for (iDecoder = 0; iDecoder < g_decoderCount; ++iDecoder) {