From 2e5eb4152262adfc382860073dc5e73ced187e35 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 Feb 2011 08:31:10 +0000 Subject: pedantic warning cleanup, also remove texspace_edit() since its been added using a different method. --- source/blender/editors/armature/poselib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature/poselib.c') diff --git a/source/blender/editors/armature/poselib.c b/source/blender/editors/armature/poselib.c index 13a8cef3d07..35b0be9c825 100644 --- a/source/blender/editors/armature/poselib.c +++ b/source/blender/editors/armature/poselib.c @@ -531,7 +531,7 @@ static int poselib_remove_exec (bContext *C, wmOperator *op) /* remove relevant keyframes */ for (fcu= act->curves.first; fcu; fcu= fcu->next) { BezTriple *bezt; - int i; + unsigned int i; if (fcu->bezt) { for (i=0, bezt=fcu->bezt; i < fcu->totvert; i++, bezt++) { -- cgit v1.2.3