[Bf-blender-cvs] [a9918e9c0ea] master: Cleanup: undeclared function warning

Campbell Barton noreply at git.blender.org
Tue Oct 4 04:55:05 CEST 2022


Commit: a9918e9c0eac5d6b4ed89d7b7eae617c8a3785ad
Author: Campbell Barton
Date:   Tue Oct 4 13:54:01 2022 +1100
Branches: master
https://developer.blender.org/rBa9918e9c0eac5d6b4ed89d7b7eae617c8a3785ad

Cleanup: undeclared function warning

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

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

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_ops.c b/source/blender/editors/sculpt_paint/sculpt_ops.c
index ae119b9e8a5..258e14479c8 100644
--- a/source/blender/editors/sculpt_paint/sculpt_ops.c
+++ b/source/blender/editors/sculpt_paint/sculpt_ops.c
@@ -1355,7 +1355,7 @@ static int sculpt_reveal_all_exec(bContext *C, wmOperator *op)
   return OPERATOR_FINISHED;
 }
 
-void SCULPT_OT_reveal_all(wmOperatorType *ot)
+static void SCULPT_OT_reveal_all(wmOperatorType *ot)
 {
   /* Identifiers. */
   ot->name = "Reveal All";



More information about the Bf-blender-cvs mailing list