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

@@ -15,7 +15,9 @@ CXXFILES =\
HEADERFILES = \
GliderManipulator.h\
hat.h\
terrain_data.h\
terrain_coords.h\
terrain_normals.h\
terrain_texcoords.h\
LIBS += $(OSG_LIBS) $(GLUT_LIB) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)

View File

@@ -7,7 +7,7 @@
#include <osg/Math>
#include <stdio.h>
#include "terrain_data.h"
#include "terrain_coords.h"
#include "hat.h"
static int inited = 0;

View File

@@ -8,7 +8,8 @@
#include <osgDB/ReadFile>
#include "terrain_data.h"
#include "terrain_coords.h"
#include "terrain_texcoords.h"
using namespace osg;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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;