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:
authorCampbell Barton <ideasman42@gmail.com>2014-07-06 14:54:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-07-07 00:46:57 +0400
commit4bc62b31af30ffe2037a459882e249f234efd4c3 (patch)
treeb6a5f49e397437eb29442b9a0f883c58159750fd /source/blender/editors/animation
parentcfc62a97a595befb2764b2c6f58365be08b59ab5 (diff)
Fix for RNA_int/enum mixup
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c2
1 files changed, 1 insertions, 1 deletions
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;