libobs: Fix unused parameter

This commit is contained in:
jpark37
2021-01-29 21:50:06 -08:00
parent bd14c926eb
commit 98d1f340da

View File

@@ -96,6 +96,8 @@ void os_dlclose(void *module)
bool os_is_obs_plugin(const char *path)
{
UNUSED_PARAMETER(path);
/* not necessary on this platform */
return true;
}