mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-27 00:47:20 -04:00
libobs: Fix unused parameter
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user