Fixed compile warning

This commit is contained in:
Robert Osfield 2007-01-16 21:40:43 +00:00
parent 6cf85cb953
commit 19a5682c33

View File

@ -312,7 +312,7 @@ osg::Geode* createTeapot()
return geode;
}
int main( int argc, char **argv )
int main(int , char **)
{
// construct the viewer.
osgViewer::Viewer viewer;