Sfoglia il codice sorgente

WASAPI plugin: Mark parameter macro

jp9000 11 anni fa
parent
commit
924f780f50
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;