提交 98d1f340 编写于 作者: J jpark37

libobs: Fix unused parameter

上级 bd14c926
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册