From 5222662f520b4b116116ac01b3ed1d74193a09d9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 10 Aug 2004 15:36:46 +0000 Subject: [PATCH] silence warning --- progs/demos/paltex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ); -- 2.30.2