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
+2
View File
@@ -28,6 +28,8 @@ void capture_data_callback(ma_device* pDevice, void* pFramesOut, const void* pFr
ma_result result;
ma_uint32 framesWritten;
(void)pFramesOut;
/* We need to write to the ring buffer. Need to do this in a loop. */
framesWritten = 0;
while (framesWritten < frameCount) {