[Bf-blender-cvs] [54bc7901d54] greasepencil-object: Cleanup: Compiler warnings

Antonio Vazquez noreply at git.blender.org
Sat Nov 2 20:33:21 CET 2019


Commit: 54bc7901d54254e97460fa17df1fde250680f4a0
Author: Antonio Vazquez
Date:   Sat Nov 2 20:33:11 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rB54bc7901d54254e97460fa17df1fde250680f4a0

Cleanup: Compiler warnings

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

M	source/blender/editors/gpencil/gpencil_tint.c

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

diff --git a/source/blender/editors/gpencil/gpencil_tint.c b/source/blender/editors/gpencil/gpencil_tint.c
index da8d06d4083..10cccccbcc8 100644
--- a/source/blender/editors/gpencil/gpencil_tint.c
+++ b/source/blender/editors/gpencil/gpencil_tint.c
@@ -233,7 +233,7 @@ static bool brush_tint_apply(tGP_BrushTintData *gso,
 
 /* ************************************************ */
 /* Header Info */
-static void gptint_brush_header_set(bContext *C, tGP_BrushTintData *gso)
+static void gptint_brush_header_set(bContext *C, tGP_BrushTintData *UNUSED(gso))
 {
   ED_workspace_status_text(C,
                            TIP_("GPencil Tint: LMB to paint | RMB/Escape to Exit"



More information about the Bf-blender-cvs mailing list