[Bf-blender-cvs] [a0fac1be8c2] greasepencil-object: GPencil: Fix compiler warnings

Antonio Vazquez noreply at git.blender.org
Fri Mar 6 11:57:39 CET 2020


Commit: a0fac1be8c295fc6eda48fea72f14020d06a7a85
Author: Antonio Vazquez
Date:   Fri Mar 6 10:12:34 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rBa0fac1be8c295fc6eda48fea72f14020d06a7a85

GPencil: Fix compiler warnings

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

M	source/blender/editors/interface/interface_templates.c

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

diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index 1d287d87a61..86f7ddefaa6 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -5385,7 +5385,7 @@ void uiTemplateColorPicker(uiLayout *layout,
   }
 }
 
-static void ui_template_palette_menu(bContext *C, uiLayout *layout, void *but_p)
+static void ui_template_palette_menu(bContext *UNUSED(C), uiLayout *layout, void *UNUSED(but_p))
 {
   uiLayout *row;



More information about the Bf-blender-cvs mailing list