From: Brian Paul Date: Tue, 10 Aug 2004 15:36:46 +0000 (+0000) Subject: silence warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5222662f520b4b116116ac01b3ed1d74193a09d9;p=mesa.git silence warning --- 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 );