UI: Fix compiler/Acri warnings

This commit is contained in:
Clayton Groeneveld
2019-07-15 06:50:23 -05:00
parent 703ad3157b
commit 5f7f2c1c97
8 changed files with 74 additions and 21 deletions

View File

@@ -207,6 +207,9 @@ void on_preview_scene_changed(enum obs_frontend_event event, void *param)
void render_preview_source(void *param, uint32_t cx, uint32_t cy)
{
UNUSED_PARAMETER(cx);
UNUSED_PARAMETER(cy);
auto ctx = (struct preview_output *)param;
if (!ctx->current_source)

View File

@@ -115,7 +115,7 @@
</layout>
</item>
<item>
<widget class="QLabel" name="label">
<widget class="QLabel" name="keyerLabel">
<property name="text">
<string>Keyer output requires RGB mode in advanced settings.</string>
</property>