[Bf-blender-cvs] [a33756d783a] master: Cleanup: Unused variables in non-debug build

Hans Goudey noreply at git.blender.org
Fri Jul 3 16:09:38 CEST 2020


Commit: a33756d783a99a29aa77373c726a598ec50af80a
Author: Hans Goudey
Date:   Fri Jul 3 10:09:19 2020 -0400
Branches: master
https://developer.blender.org/rBa33756d783a99a29aa77373c726a598ec50af80a

Cleanup: Unused variables in non-debug build

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

M	source/blender/bmesh/tools/bmesh_bevel.c

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

diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c
index b29d471d262..b109dc3199a 100644
--- a/source/blender/bmesh/tools/bmesh_bevel.c
+++ b/source/blender/bmesh/tools/bmesh_bevel.c
@@ -782,6 +782,7 @@ static bool contig_ldata_across_edge(BMesh *bm, BMEdge *e, BMFace *f1, BMFace *f
   BMLoop *lef1, *lef2;
   BMLoop *lv1f1, *lv1f2, *lv2f1, *lv2f2;
   BMVert *v1, *v2;
+  UNUSED_VARS_NDEBUG(v1, v2);
   int i;
 
   if (bm->ldata.totlayer == 0) {



More information about the Bf-blender-cvs mailing list