[Bf-blender-cvs] [d25fea66e21] temp-object-multi-mode: Quiet warning

Campbell Barton noreply at git.blender.org
Sun Mar 11 06:07:33 CET 2018


Commit: d25fea66e210734aa459fc9430893d43ee5050dc
Author: Campbell Barton
Date:   Sun Mar 11 16:15:04 2018 +1100
Branches: temp-object-multi-mode
https://developer.blender.org/rBd25fea66e210734aa459fc9430893d43ee5050dc

Quiet warning

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

M	source/blender/editors/transform/transform_conversions.c

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

diff --git a/source/blender/editors/transform/transform_conversions.c b/source/blender/editors/transform/transform_conversions.c
index c359893d3cd..a3a9f4a50dd 100644
--- a/source/blender/editors/transform/transform_conversions.c
+++ b/source/blender/editors/transform/transform_conversions.c
@@ -2230,7 +2230,7 @@ static void editmesh_set_connectivity_distance(BMesh *bm, float mtx[3][3], float
 	}
 }
 
-static struct TransIslandData *UNUSED_FUNCTION(editmesh_islands_info_calc)(
+static struct TransIslandData *editmesh_islands_info_calc(
         BMEditMesh *em, int *r_island_tot, int **r_island_vert_map,
         bool calc_single_islands)
 {
@@ -2587,6 +2587,7 @@ static void createTransEditVerts(TransInfo *t)
 	}
 
 	/* TODO */
+	(void)editmesh_islands_info_calc;
 # if 0
 	if (is_island_center) {
 		/* In this specific case, near-by vertices will need to know the island of the nearest connected vertex. */



More information about the Bf-blender-cvs mailing list