Let's use proper helpers for debug-only vars...

This commit is contained in:
Bastien Montagne 2015-07-17 11:58:15 +02:00
parent 9bcf1bb266
commit 37017d149e

@ -2709,7 +2709,7 @@ void BKE_mesh_recalc_looptri(
}
BLI_assert(mlooptri_index == poly_to_tri_count(totpoly, totloop));
(void)totloop; /* Unused in release build. */
UNUSED_VARS_NDEBUG(totloop);
#undef USE_TESSFACE_SPEEDUP
#undef ML_TO_MLT