mackron / miniaudio

Audio playback and capture library written in C, in a single source file.
https://miniaud.io
Other
4.07k stars 361 forks source link

Fix warning on coreaudio builds when building with -Wshadow #772

Closed mlabbe closed 1 year ago

mlabbe commented 1 year ago

Pretty trivial PR this time. I compile with -Werror=shadow on a few platforms and this is the only shadow I've encountered in miniaudio.

mackron commented 1 year ago

Thanks. I've manually fixed this here: https://github.com/mackron/miniaudio/commit/c77d40ba001e2255ebd605e5a78eee20ff00f1c4

Will be getting this released very soon, along with your other PR.