From 57fe4376a208c5ac1c98aeeeedebc2052dd9bd4a Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Fri, 24 Oct 2008 12:45:02 +0000 Subject: [PATCH] fix a few warnings --- vcg/space/index/space_iterators.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcg/space/index/space_iterators.h b/vcg/space/index/space_iterators.h index 4a123609..df4f08cd 100644 --- a/vcg/space/index/space_iterators.h +++ b/vcg/space/index/space_iterators.h @@ -295,7 +295,7 @@ namespace vcg{ protected: ///structure that mantain for the current cell pre-calculated data - typedef struct Entry_Type + struct Entry_Type { public: @@ -413,7 +413,7 @@ namespace vcg{ radius=0; ///inflate the bbox until find a valid bbox - while ((!_NextShell())&&(!End())); + while ((!_NextShell())&&(!End())) {} while ((!End())&& Refresh()&&(!_EndGrid())) _NextShell(); @@ -498,7 +498,7 @@ namespace vcg{ protected: ///structure that mantain for the current cell pre-calculated data - typedef struct Entry_Type + struct Entry_Type { public: