From 4bc62b31af30ffe2037a459882e249f234efd4c3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 6 Jul 2014 20:54:08 +1000 Subject: Fix for RNA_int/enum mixup --- source/blender/editors/animation/anim_channels_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c index ab190e0077c..9997cc07c19 100644 --- a/source/blender/editors/animation/anim_channels_edit.c +++ b/source/blender/editors/animation/anim_channels_edit.c @@ -2078,7 +2078,7 @@ static void ANIM_OT_channels_collapse(wmOperatorType *ot) * 3) No drivers */ -static int animchannels_clean_empty_exec(bContext *C, wmOperator *op) +static int animchannels_clean_empty_exec(bContext *C, wmOperator *UNUSED(op)) { bAnimContext ac; -- cgit v1.2.3