Cleanup: Strict compiler warning in release mode

This commit is contained in:
Sergey Sharybin 2020-04-28 13:29:38 +02:00
parent 8da80e7771
commit 7d1bb2edfd
1 changed files with 1 additions and 0 deletions

View File

@ -1264,6 +1264,7 @@ static void fill_crossdata_for_intersect(CDT_state *cdt,
se_vcva = t->next->next;
BLI_assert(se_vcva->vert == vc && se_vcva->next->vert == va);
BLI_assert(se_vcvb->vert == vc && se_vcvb->next->vert == vb);
UNUSED_VARS_NDEBUG(vc);
isect = isect_seg_seg_v2_lambda_mu_db(va->co, vb->co, curco, v2->co, &lambda, &mu);
#ifdef DEBUG_CDT
if (dbg_level > 0) {