diff --git a/source/blender/sequencer/intern/sequencer.c b/source/blender/sequencer/intern/sequencer.c index 4dd737cdbd2..8082356b8f4 100644 --- a/source/blender/sequencer/intern/sequencer.c +++ b/source/blender/sequencer/intern/sequencer.c @@ -2792,7 +2792,7 @@ static ImBuf *input_preprocess(const SeqRenderData *context, Sequence *seq, float cfra, ImBuf *ibuf, - const bool is_proxy_image) + const bool UNUSED(is_proxy_image)) { Scene *scene = context->scene; ImBuf *preprocessed_ibuf = NULL;