Fix: Build error with msvc.

Unused label spawned a warn but bmesh builds with warns as errors.
This commit is contained in:
Ray molenkamp 2019-04-09 10:45:39 -06:00
parent d780409156
commit 10f724cec5
1 changed files with 0 additions and 1 deletions

View File

@ -1241,7 +1241,6 @@ void BM_mesh_elem_index_ensure(BMesh *bm, const char htype)
}
}
finally:
bm->elem_index_dirty &= ~htype;
}