[Bf-blender-cvs] [4dc124f6422] master: Cleanup: warning

Campbell Barton noreply at git.blender.org
Wed May 6 04:26:12 CEST 2020


Commit: 4dc124f6422e6cc08528f42153cdcc7d3480e63c
Author: Campbell Barton
Date:   Wed May 6 12:25:51 2020 +1000
Branches: master
https://developer.blender.org/rB4dc124f6422e6cc08528f42153cdcc7d3480e63c

Cleanup: warning

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c
index 6f109fe4fa4..197bb8e0cf2 100644
--- a/source/blender/editors/gpencil/gpencil_edit.c
+++ b/source/blender/editors/gpencil/gpencil_edit.c
@@ -3188,7 +3188,7 @@ static void gpencil_flip_stroke(bGPDstroke *gps)
 static void gpencil_stroke_copy_point(bGPDstroke *gps,
                                       MDeformVert *dvert,
                                       bGPDspoint *point,
-                                      int idx,
+                                      int UNUSED(idx),
                                       const float delta[3],
                                       float pressure,
                                       float strength,



More information about the Bf-blender-cvs mailing list