Fixed warnings.

This commit is contained in:
Robert Osfield
2004-11-13 21:42:45 +00:00
parent 98a1108696
commit a0fc9632b8
4 changed files with 4 additions and 4 deletions

View File

@@ -208,7 +208,7 @@ int ProgramObject::compare(const osg::StateAttribute& sa) const
}
void ProgramObject::compileGLObjects(osg::State& state) const
void ProgramObject::compileGLObjects(osg::State&) const
{
}