Explorar o código

WASAPI plugin: Mark parameter macro

jp9000 %!s(int64=11) %!d(string=hai) anos
pai
achega
924f780f50
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      plugins/win-wasapi/plugin-main.cpp

+ 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;