Cleanup: silence warning

Unused parameter in `mesh_merge_by_distance.cc`
This commit is contained in:
Germano Cavalcante 2022-12-08 08:53:05 -03:00
parent a21d948fd7
commit 4dbb8e96c2
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ static void weld_vert_groups_setup(Span<WeldVert> wvert,
* \endcode
*/
BLI_assert(r_vert_groups_map.data() == vert_dest_map.data());
UNUSED_VARS_NDEBUG(vert_dest_map);
const int vert_groups_len = wvert.size() - vert_kill_len;