Cleanup: warnings

This commit is contained in:
2020-05-01 12:34:43 +10:00
parent 4d790516fb
commit 0cb53d4740
3 changed files with 4 additions and 3 deletions

View File

@@ -843,8 +843,8 @@ static BMesh *get_bmesh_from_mesh(Mesh *mesh)
}
/* Datalayer names to store the original indices of the elements before modifying the mesh. */
const static char lname[] = "l_remap_index";
const static char vname[] = "v_remap_index";
static const char lname[] = "l_remap_index";
static const char vname[] = "v_remap_index";
static void multires_unsubdivide_free_original_datalayers(Mesh *mesh)
{