silence warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@919 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-08-08 14:22:30 +00:00
parent 49cc1f0d12
commit b9d27321cb

View File

@@ -88,7 +88,7 @@ TEST_F(OpenMeshTrimeshCirculatorCurrentHalfedgeHandleReplacement, dereference) {
// Starting vertex is 1->4
// output from fh_it.current_halfedge_handle()
size_t current_halfedge_handles[12] = {
int current_halfedge_handles[12] = {
4,0,2,10,6,8,1,12,7,14,3,11
};