Silence warnings

This commit is contained in:
Dalai Felinto 2021-05-07 15:37:07 +02:00
parent a932b9eab7
commit 94838ba661
1 changed files with 3 additions and 1 deletions

View File

@ -1671,7 +1671,9 @@ static void query_lower_channel_strips(Sequence *seq_reference,
/* Select all strips within time range and with lower channel of initial selection. Then select
* effect chains of these strips. */
static bool select_grouped_effect_link(Editing *ed, Sequence *actseq, const int channel)
static bool select_grouped_effect_link(Editing *ed,
Sequence *UNUSED(actseq),
const int UNUSED(channel))
{
ListBase *seqbase = SEQ_active_seqbase_get(ed);