Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2021-05-07 16:37:07 +0300
committerDalai Felinto <dalai@blender.org>2021-05-07 16:45:52 +0300
commit94838ba6619e881be237e90a3897d950e61da654 (patch)
treeec168d5028038f85995d739c2c722a3e6cbcb045 /source/blender/editors/space_sequencer/sequencer_select.c
parenta932b9eab7f7929ad1bcd15967dd9631fd51865d (diff)
Silence warnings
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_select.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_select.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_select.c b/source/blender/editors/space_sequencer/sequencer_select.c
index d89daf168a4..e08af8f0977 100644
--- a/source/blender/editors/space_sequencer/sequencer_select.c
+++ b/source/blender/editors/space_sequencer/sequencer_select.c
@@ -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);