Fixed compile warning
This commit is contained in:
parent
6cf85cb953
commit
19a5682c33
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user