Cleanup: warning

This commit is contained in:
Campbell Barton
2020-01-05 16:15:32 +11:00
parent 5c66739b78
commit 3576056eea

View File

@@ -527,7 +527,7 @@ bool BM_mesh_intersect_edges(BMesh *bm, const char hflag, const float dist, GHas
struct EDBMSplitElem(*pair_iter)[2], (*pair_array)[2] = NULL;
int pair_len = 0;
BLI_Stack *pair_stack[KDOP_TREE_TYPE] = {{NULL}};
BLI_Stack *pair_stack[KDOP_TREE_TYPE] = {NULL};
const float dist_sq = SQUARE(dist);
const float dist_half = dist / 2;