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>2019-08-29 05:45:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-29 06:22:10 +0300
commit6b5e2f61b991633611fc6df12e0a99bc3f49c62b (patch)
treed9afa589782d919643f4e15fca36e4ad1a77ff9d /source/blender/editors/mesh
parentc61a47d5219f3efdee7949593c680b3caf1ce717 (diff)
Cleanup: unused warning
Diffstat (limited to 'source/blender/editors/mesh')
-rw-r--r--source/blender/editors/mesh/editmesh_select.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c
index 58ed4522399..c0bd9e9f14c 100644
--- a/source/blender/editors/mesh/editmesh_select.c
+++ b/source/blender/editors/mesh/editmesh_select.c
@@ -1018,6 +1018,8 @@ bool EDBM_unified_findnearest_from_raycast(ViewContext *vc,
uint base_index;
BMElem *ele;
} best = {0, NULL};
+ /* Currently unused, keep since we may want to pick the best. */
+ UNUSED_VARS(best);
struct {
uint base_index;