fix a few warnings
This commit is contained in:
parent
64fcbc961a
commit
57fe4376a2
|
@ -295,7 +295,7 @@ namespace vcg{
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
///structure that mantain for the current cell pre-calculated data
|
///structure that mantain for the current cell pre-calculated data
|
||||||
typedef struct Entry_Type
|
struct Entry_Type
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
@ -413,7 +413,7 @@ namespace vcg{
|
||||||
radius=0;
|
radius=0;
|
||||||
|
|
||||||
///inflate the bbox until find a valid bbox
|
///inflate the bbox until find a valid bbox
|
||||||
while ((!_NextShell())&&(!End()));
|
while ((!_NextShell())&&(!End())) {}
|
||||||
|
|
||||||
while ((!End())&& Refresh()&&(!_EndGrid()))
|
while ((!End())&& Refresh()&&(!_EndGrid()))
|
||||||
_NextShell();
|
_NextShell();
|
||||||
|
@ -498,7 +498,7 @@ namespace vcg{
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
///structure that mantain for the current cell pre-calculated data
|
///structure that mantain for the current cell pre-calculated data
|
||||||
typedef struct Entry_Type
|
struct Entry_Type
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue