[Bf-blender-cvs] [bbf6293] master: Cleanup: debug-only variable.

Bastien Montagne noreply at git.blender.org
Mon Jul 25 09:32:26 CEST 2016


Commit: bbf62931deed04eba4ec7b6589139637d74df70e
Author: Bastien Montagne
Date:   Mon Jul 25 09:31:56 2016 +0200
Branches: master
https://developer.blender.org/rBbbf62931deed04eba4ec7b6589139637d74df70e

Cleanup: debug-only variable.

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

M	source/blender/blenkernel/intern/mesh_mapping.c

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

diff --git a/source/blender/blenkernel/intern/mesh_mapping.c b/source/blender/blenkernel/intern/mesh_mapping.c
index 1a20300..8562988 100644
--- a/source/blender/blenkernel/intern/mesh_mapping.c
+++ b/source/blender/blenkernel/intern/mesh_mapping.c
@@ -934,6 +934,7 @@ static bool mesh_check_island_boundary_uv(
 			}
 			else {
 				BLI_assert(loops[edge_to_loops->indices[i]].v == v2);
+				UNUSED_VARS_NDEBUG(v2);
 				if (!equals_v2v2(uvco_v2, luvs[edge_to_loops->indices[i]].uv) ||
 				    !equals_v2v2(uvco_v1, luvs[edge_to_loops->indices[i + 1]].uv))
 				{




More information about the Bf-blender-cvs mailing list