提交 b605f308 编写于 作者: J jp9000

obs-transitions: Fix warning

Reported via clang:
warning: unused parameter 'data' [-Wunused-parameter]
上级 9a22ebdc
......@@ -151,6 +151,8 @@ static obs_properties_t *swipe_properties(void *data)
"down");
obs_properties_add_bool(ppts, S_SWIPE_IN, obs_module_text("SwipeIn"));
UNUSED_PARAMETER(data);
return ppts;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册