UI: Fix compiler/Acri warnings
This commit is contained in:
@@ -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)
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user