浏览代码

UI: Fix unused variable warning on non-windows

gxalpha 3 年之前
父节点
当前提交
9c51b70dd0
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      UI/window-basic-main.cpp

+ 3 - 2
UI/window-basic-main.cpp

@@ -9977,7 +9977,8 @@ void OBSBasic::SetDisplayAffinity(QWindow *window)
 	}
 
 #else
-// TODO: Implement for other platforms if possible. Don't forget to
-// implement SetDisplayAffinitySupported too!
+	// TODO: Implement for other platforms if possible. Don't forget to
+	// implement SetDisplayAffinitySupported too!
+	UNUSED_PARAMETER(hideFromCapture);
 #endif
 }