mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Fix a warning.
This commit is contained in:
@@ -13635,6 +13635,8 @@ mal_result mal_context_uninit_backend_apis__nix(mal_context* pContext)
|
|||||||
{
|
{
|
||||||
#if defined(MAL_USE_RUNTIME_LINKING_FOR_PTHREAD) && !defined(MAL_NO_RUNTIME_LINKING)
|
#if defined(MAL_USE_RUNTIME_LINKING_FOR_PTHREAD) && !defined(MAL_NO_RUNTIME_LINKING)
|
||||||
mal_dlclose(pContext->posix.pthreadSO);
|
mal_dlclose(pContext->posix.pthreadSO);
|
||||||
|
#else
|
||||||
|
(void)pContext;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return MAL_SUCCESS;
|
return MAL_SUCCESS;
|
||||||
|
|||||||
Reference in New Issue
Block a user