فهرست منبع

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;