Cleanup: Unused variables in non-debug build

This commit is contained in:
Hans Goudey 2020-07-03 10:09:19 -04:00
parent 6a58e15548
commit a33756d783
1 changed files with 1 additions and 0 deletions

View File

@ -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) {