mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-22 08:21:57 -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