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

@@ -423,7 +423,7 @@ osg::Geometry* createDomeDistortionMesh(const osg::Vec3& origin, const osg::Vec3
}
return geometry;
};
}
void setDomeCorrection(osgViewer::Viewer& viewer, osg::ArgumentParser& arguments)
{
@@ -712,4 +712,4 @@ int main(int argc, char** argv)
return viewer.run();
}
;

View File

@@ -392,4 +392,4 @@ bool QualifiedTestPrinter::visit( TestCase* pTest )
//////////////////////////////////////////////////////////////////////////////
};
}