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>2018-08-30 13:47:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-30 13:48:00 +0300
commit5e66791b86757f1e8f3e27134406ca1284d78e0e (patch)
tree8ad7e7c30013f7d1d94a3f31c60835e807d2f5a9 /source/blender/editors/gpencil/gpencil_edit.c
parent9a646b6a2060dbc3b2f4031f7933842c597d0716 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_edit.c')
-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 021a4f74954..dda21c78b23 100644
--- a/source/blender/editors/gpencil/gpencil_edit.c
+++ b/source/blender/editors/gpencil/gpencil_edit.c
@@ -2899,7 +2899,7 @@ void GPENCIL_OT_reproject(wmOperatorType *ot)
/* ******************* Stroke subdivide ************************** */
/* helper: Count how many points need to be inserted */
-static int gp_count_subdivision_cuts(bGPDstroke *gps)
+static int UNUSED_FUNCTION(gp_count_subdivision_cuts)(bGPDstroke *gps)
{
bGPDspoint *pt;
int i;