Make strict flags happy in release builds

This commit is contained in:
Sergey Sharybin 2015-07-17 09:54:21 +02:00
parent 40936307dd
commit 4052384be3
1 changed files with 1 additions and 0 deletions

View File

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