From 53d30c56eb1a0865a6a88cf05c4c74673d41b2a4 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Fri, 18 Oct 2002 17:47:35 +0000 Subject: Quiet compiler warnings. --- progs/tests/multipal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'progs/tests/multipal.c') diff --git a/progs/tests/multipal.c b/progs/tests/multipal.c index 54483afa3b..a2efab874a 100644 --- a/progs/tests/multipal.c +++ b/progs/tests/multipal.c @@ -1,4 +1,4 @@ -/* $Id: multipal.c,v 1.3 2002/10/18 13:23:19 brianp Exp $ */ +/* $Id: multipal.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */ /* * Test multitexture and paletted textures. @@ -213,7 +213,7 @@ static void SpecialKey( int key, int x, int y ) static void load_tex(const char *fname, int channel) { GLubyte *image; - GLenum format, type; + GLenum format; GLint w, h; GLubyte *grayImage; int i; -- cgit v1.2.3