Explorar o código

UI: Fix unused variable warning on non-windows

gxalpha %!s(int64=3) %!d(string=hai) anos
pai
achega
9c51b70dd0
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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
 }