Quiet warning (harmless)

This commit is contained in:
Campbell Barton 2014-12-18 02:15:42 +01:00
parent 0ae4d7d405
commit 0c5eb88451

@ -95,6 +95,10 @@ void BM_mesh_triangulate(
pf_heap = BLI_heap_new_ex(BLI_POLYFILL_ALLOC_NGON_RESERVE);
pf_ehash = BLI_edgehash_new_ex(__func__, BLI_POLYFILL_ALLOC_NGON_RESERVE);
}
else {
pf_heap = NULL;
pf_ehash = NULL;
}
if (slot_facemap_out) {
/* same as below but call: bm_face_triangulate_mapping() */