Commit: 6ee460f2997a601db6c315efbf715a068f7c1982
Author: Sergey Sharybin
Date:   Thu Apr 9 15:47:13 2015 +0500
Branches: gooseberry
https://developer.blender.org/rB6ee460f2997a601db6c315efbf715a068f7c1982

Fix compilation with strict compiler flags

===================================================================

M       source/blender/editors/space_graph/graph_buttons.c

===================================================================

diff --git a/source/blender/editors/space_graph/graph_buttons.c 
b/source/blender/editors/space_graph/graph_buttons.c
index f4a09bc..3682a07 100644
--- a/source/blender/editors/space_graph/graph_buttons.c
+++ b/source/blender/editors/space_graph/graph_buttons.c
@@ -927,7 +927,7 @@ static void graph_panel_modifiers(const bContext *C, Panel 
*pa)
 /* ******************* Others ************************ */
 
 /* Graph Editor Backdrop Settings */
-static void graph_panel_backdrop(const bContext *C, Panel *pa)
+static void graph_panel_backdrop(const bContext *C, Panel *UNUSED(pa))
 {
        bScreen *sc = CTX_wm_screen(C);
        SpaceIpo *sipo = CTX_wm_space_graph(C);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to