Purge on warnings under Linux.

This commit is contained in:
Robert Osfield
2002-04-16 14:09:46 +00:00
parent f8340f9ef5
commit 2b4008bbbc
20 changed files with 4500 additions and 1562 deletions

View File

@@ -2,7 +2,7 @@
#include <osg/Version>
int main( int argc, char **argv )
int main( int, char **)
{
printf( "%s\n", osgGetVersion() );
return 0;