From 6100c2d262c58c611ccc75a20cca23bf9f245767 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 9 May 2016 01:16:58 +1000 Subject: Cleanup: warnings --- source/blender/editors/space_action/action_buttons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_buttons.c b/source/blender/editors/space_action/action_buttons.c index a3112f1ad15..063a477d2b6 100644 --- a/source/blender/editors/space_action/action_buttons.c +++ b/source/blender/editors/space_action/action_buttons.c @@ -74,7 +74,7 @@ /* ******************* general ******************************** */ -void action_buttons_register(ARegionType *art) +void action_buttons_register(ARegionType *UNUSED(art)) { #if 0 PanelType *pt; -- cgit v1.2.3