[Bf-blender-cvs] [75e652027c6] master: Cleanup: warnings

Campbell Barton noreply at git.blender.org
Tue Aug 16 02:51:29 CEST 2022


Commit: 75e652027c6b1c248d1c4d3f394579ffc1a46d14
Author: Campbell Barton
Date:   Tue Aug 16 10:30:04 2022 +1000
Branches: master
https://developer.blender.org/rB75e652027c6b1c248d1c4d3f394579ffc1a46d14

Cleanup: warnings

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

M	source/blender/editors/sculpt_paint/sculpt.c

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

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))
 {
 }



More information about the Bf-blender-cvs mailing list