瀏覽代碼

WASAPI plugin: Mark parameter macro

jp9000 11 年之前
父節點
當前提交
924f780f50
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;