From Eric Wing, pedantic warning fixes

This commit is contained in:
Robert Osfield
2007-04-06 15:36:13 +00:00
parent 0909bd04e4
commit 6d7b5e7ebd
38 changed files with 60 additions and 43 deletions

View File

@@ -31,7 +31,7 @@ using namespace osgUtil;
Statistics::Statistics()
{
reset();
};
}
void Statistics::reset()
{

View File

@@ -379,6 +379,6 @@ inline bool _cmp_tri_degree_gt::operator () (const triangle_degree & a, const tr
}; // namespace triangle_stripper
} // namespace triangle_stripper
#endif