From 6650395296144b5cdf5b46b826bb3b80840f10c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 6 Feb 2009 17:23:16 +0000 Subject: [PATCH] Fixed warning git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@7 fdac6126-5c0c-442c-9429-916003d36597 --- Tools/Subdivider/Uniform/Sqrt3T.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Subdivider/Uniform/Sqrt3T.hh b/Tools/Subdivider/Uniform/Sqrt3T.hh index 1468c556..a8da4788 100644 --- a/Tools/Subdivider/Uniform/Sqrt3T.hh +++ b/Tools/Subdivider/Uniform/Sqrt3T.hh @@ -335,7 +335,7 @@ private: typename MeshType::HalfedgeHandle heh; // find boundary edge - for( fe_it=_m.fe_iter( _fh ); fe_it && !_m.is_boundary( fe_it ); ++fe_it ); + for( fe_it=_m.fe_iter( _fh ); fe_it && !_m.is_boundary( fe_it ); ++fe_it ) {}; // use precomputed, already inserted but not linked vertices vhl = _m.property(ep_nv_, fe_it).first;