From f73c993b16c4083f0c72b87ba3f70fa12a5077df Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 Feb 2011 04:01:58 +0000 Subject: - use Py_CLEAR for python internally referencing other PyObjects (supposed to be safer). - detect includes for qtcreator projects as well as the ones from cmake (it didnt return all of the right paths). --- source/blender/editors/space_action/action_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender') diff --git a/source/blender/editors/space_action/action_edit.c b/source/blender/editors/space_action/action_edit.c index 4f7bddc5c40..261a4f806d8 100644 --- a/source/blender/editors/space_action/action_edit.c +++ b/source/blender/editors/space_action/action_edit.c @@ -167,7 +167,7 @@ static int act_markers_make_local_poll(bContext *C) return ED_markers_get_first_selected(ED_context_get_markers(C)) != NULL; } -static int act_markers_make_local_exec (bContext *C, wmOperator *op) +static int act_markers_make_local_exec (bContext *C, wmOperator *UNUSED(op)) { ListBase *markers = ED_context_get_markers(C); -- cgit v1.2.3