mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Fix an unused parameter warning.
This commit is contained in:
@@ -17953,6 +17953,10 @@ MA_API void ma_dlclose(ma_log* pLog, ma_handle handle)
|
|||||||
{
|
{
|
||||||
dlclose((void*)handle);
|
dlclose((void*)handle);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
{
|
||||||
|
(void)handle;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user