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>2015-03-23 17:41:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-23 17:41:19 +0300
commit8d72d1cca741e6589f543a5dc7682cddea2ecbc6 (patch)
treea06a35260fa302f12f281e2b0feb80f4838df290
parent89572e277d8389db48a781cedf5c6fe51d10f4ef (diff)
quiet warningvertex_paint_pbvh
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_pbvh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_pbvh.c b/source/blender/editors/sculpt_paint/paint_vertex_pbvh.c
index 3d7725e1ca8..37c2d4a433b 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_pbvh.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_pbvh.c
@@ -157,6 +157,7 @@ static int vpaint_invoke(bContext *C, wmOperator *op, const wmEvent *event)
// op->customdata = paint_stroke_new(C, op, NULL, vpaint_stroke_test_start,
// vpaint_stroke_update_step, NULL,
// vpaint_stroke_done, event->type);
+ (void)vpaint_stroke_test_start;
if ((retval = op->type->modal(C, op, event)) == OPERATOR_FINISHED) {
paint_stroke_data_free(op);