Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-07-12 10:48:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-07-12 10:48:52 +0400
commitc04f301fc3bf5a21413bb0962c199f8eb49fbdaf (patch)
tree6ee5d8dca3c6ecd3fb0ad8d2e23c55468bbf8888 /source/blender/bmesh
parent5e3e095e2e474bbcba0060cb13f2869548091cd8 (diff)
Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)
Diffstat (limited to 'source/blender/bmesh')
-rw-r--r--source/blender/bmesh/intern/bmesh_mesh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/bmesh/intern/bmesh_mesh.c b/source/blender/bmesh/intern/bmesh_mesh.c
index c996a5bb6a8..a9e6dad7fd0 100644
--- a/source/blender/bmesh/intern/bmesh_mesh.c
+++ b/source/blender/bmesh/intern/bmesh_mesh.c
@@ -648,8 +648,6 @@ static void bm_mesh_loops_calc_normals(BMesh *bm, const float (*vcos)[3], const
}
} while ((l_curr = l_curr->next) != l_first);
}
-
- BLI_SMALLSTACK_FREE(normal);
}
#if 0 /* Unused currently */