Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-05-06 05:25:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-06 05:25:51 +0300
commit4dc124f6422e6cc08528f42153cdcc7d3480e63c (patch)
treeba951dbff4528347b90735b9df17c6b4cd3a3834 /source/blender/editors/gpencil
parent8b74d6673a79afd4b70c49c16b63fc8e1699218e (diff)
Cleanup: warning
Diffstat (limited to 'source/blender/editors/gpencil')
-rw-r--r--source/blender/editors/gpencil/gpencil_edit.c2
1 files changed, 1 insertions, 1 deletions
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,