Fix strict compiler warnings

This commit is contained in:
Sergey Sharybin 2022-11-07 14:20:50 +01:00
parent 3153bd0f5d
commit e4f484330a
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,8 @@ static void snap_object_data_mesh_get(SnapObjectContext *sctx,
BLI_assert(r_treedata->loop == loops.data());
BLI_assert(!polys.data() || r_treedata->looptri);
BLI_assert(!r_treedata->tree || r_treedata->looptri);
UNUSED_VARS_NDEBUG(verts, polys, loops);
}
/* Searches for the #Mesh_Runtime associated with the object that is most likely to be updated due