Purge on warnings under Linux.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
|
||||
#include <osgDB/ReadFile>
|
||||
|
||||
#include "terrain_data.h"
|
||||
#include "terrain_coords.h"
|
||||
#include "terrain_texcoords.h"
|
||||
|
||||
using namespace osg;
|
||||
|
||||
|
||||
1523
src/Demos/hangglide/terrain_coords.h
Normal file
1523
src/Demos/hangglide/terrain_coords.h
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2931
src/Demos/hangglide/terrain_texcoords.h
Normal file
2931
src/Demos/hangglide/terrain_texcoords.h
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
#include <osg/Version>
|
||||
|
||||
|
||||
int main( int argc, char **argv )
|
||||
int main( int, char **)
|
||||
{
|
||||
printf( "%s\n", osgGetVersion() );
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user