mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-03 05:46:26 -05:00
libobs/plugins/UI: Suppress unused variables warnings
Closes jp9000/obs-studio#937
This commit is contained in:
@@ -2283,6 +2283,8 @@ void OBSBasic::CheckForUpdates(bool manualUpdate)
|
||||
updateCheckThread = new AutoUpdateThread(manualUpdate);
|
||||
updateCheckThread->start();
|
||||
#endif
|
||||
|
||||
UNUSED_PARAMETER(manualUpdate);
|
||||
}
|
||||
|
||||
void OBSBasic::updateCheckFinished()
|
||||
|
||||
Reference in New Issue
Block a user