Commit f9a8ab0d authored by David Reid's avatar David Reid

Fix a warning.

parent 9c031579
...@@ -13635,6 +13635,8 @@ mal_result mal_context_uninit_backend_apis__nix(mal_context* pContext) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment