Quiet compiler warnings.
diff --git a/progs/tests/manytex.c b/progs/tests/manytex.c
index 0f8f957..8add125 100644
--- a/progs/tests/manytex.c
+++ b/progs/tests/manytex.c
@@ -1,4 +1,4 @@
-/* $Id: manytex.c,v 1.3 2000/11/09 16:53:26 brianp Exp $ */
+/* $Id: manytex.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */
 
 /*
  * test handling of many texture maps
@@ -28,7 +28,7 @@
 static GLboolean LinearFilter = GL_FALSE;
 static GLboolean RandomSize = GL_FALSE;
 static GLint Rows, Columns;
-static GLuint LowPriorityCount = 0;
+static GLint LowPriorityCount = 0;
 
 
 static void Idle( void )
diff --git a/progs/tests/multipal.c b/progs/tests/multipal.c
index 54483af..a2efab8 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 load_tex(const char *fname, int channel)
 {
    GLubyte *image;
-   GLenum format, type;
+   GLenum format;
    GLint w, h;
    GLubyte *grayImage;
    int i;
diff --git a/progs/tests/texwrap.c b/progs/tests/texwrap.c
index fc6a8cb..108c67d 100644
--- a/progs/tests/texwrap.c
+++ b/progs/tests/texwrap.c
@@ -1,4 +1,4 @@
-/* $Id: texwrap.c,v 1.3 2002/10/17 17:39:37 brianp Exp $ */
+/* $Id: texwrap.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */
 
 /*
  * Test texture wrap modes.
@@ -82,7 +82,7 @@
 
 static void Display( void )
 {
-   GLint i, j;
+   GLenum i, j;
    GLint offset;
    GLfloat version;