diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c index 86eacb48890..aa9c0da36b7 100644 --- a/progs/demos/paltex.c +++ b/progs/demos/paltex.c @@ -10,8 +10,8 @@ #include #ifdef _WIN32 #include -#define GL_GLEXT_PROTOTYPES #endif +#define GL_GLEXT_PROTOTYPES #include @@ -257,6 +257,7 @@ int main( int argc, char *argv[] ) glutCreateWindow(argv[0]); Init(); + (void) Init2; /* silence warning */ glutReshapeFunc( Reshape ); glutKeyboardFunc( Key );