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-09-17 08:12:42 +0300
committerCampbell Barton <campbell@blender.org>2022-09-17 08:12:42 +0300
commit34a6952067c55678ad3f20449c2f54187d44dd87 (patch)
treec604b2e4683d0a26c9b1561e28bf21ab0ac02da2 /source/blender/editors
parentd9930d5fd0018fba9bd8bdda63cfd319c99c1884 (diff)
Cleanup: compiler warnings
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_automasking.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_automasking.cc b/source/blender/editors/sculpt_paint/sculpt_automasking.cc
index 34d7a459c1b..f4da70faad7 100644
--- a/source/blender/editors/sculpt_paint/sculpt_automasking.cc
+++ b/source/blender/editors/sculpt_paint/sculpt_automasking.cc
@@ -256,9 +256,9 @@ static void sculpt_face_sets_automasking_init(Sculpt *sd, Object *ob)
#define EDGE_DISTANCE_INF -1
-void SCULPT_boundary_automasking_init(Object *ob,
- eBoundaryAutomaskMode mode,
- int propagation_steps)
+static void SCULPT_boundary_automasking_init(Object *ob,
+ eBoundaryAutomaskMode mode,
+ int propagation_steps)
{
SculptSession *ss = ob->sculpt;