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 <campbell@blender.org>2022-08-16 03:30:04 +0300
committerCampbell Barton <campbell@blender.org>2022-08-16 03:38:26 +0300
commit75e652027c6b1c248d1c4d3f394579ffc1a46d14 (patch)
treeb6478640d27103efb429d64774b77a804f007b8f
parentc22256f3871b60f8dc006bcc29b8c898683e4bc7 (diff)
Cleanup: warnings
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 47e6c69b831..a56755edf92 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -5656,7 +5656,7 @@ static int sculpt_brush_stroke_modal(bContext *C, wmOperator *op, const wmEvent
return paint_stroke_modal(C, op, event, (struct PaintStroke **)&op->customdata);
}
-void sculpt_redo_empty_ui(bContext *C, wmOperator *op)
+static void sculpt_redo_empty_ui(bContext *UNUSED(C), wmOperator *UNUSED(op))
{
}