1
0
Эх сурвалжийг харах

WASAPI plugin: Mark parameter macro

jp9000 11 жил өмнө
parent
commit
924f780f50

+ 2 - 0
plugins/win-wasapi/plugin-main.cpp

@@ -7,6 +7,8 @@ void RegisterWASAPIOutput();
 
 bool obs_module_load(uint32_t libobs_ver)
 {
+	UNUSED_PARAMETER(libobs_ver);
+
 	RegisterWASAPIInput();
 	RegisterWASAPIOutput();
 	return true;