mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +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);
|
||||
}
|
||||
#else
|
||||
{
|
||||
(void)handle;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user