summaryrefslogtreecommitdiff
path: root/progs/tests
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2002-10-18 17:47:35 +0000
committerKarl Schultz <kschultz@freedesktop.org>2002-10-18 17:47:35 +0000
commit53d30c56eb1a0865a6a88cf05c4c74673d41b2a4 (patch)
treeebc4dab204774504fb7c3cd62f147819258f3a1b /progs/tests
parent2ce0654ebabc7fc6a2881f51e496e4e1f7533087 (diff)
Quiet compiler warnings.
Diffstat (limited to 'progs/tests')
-rw-r--r--progs/tests/manytex.c4
-rw-r--r--progs/tests/multipal.c4
-rw-r--r--progs/tests/texwrap.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/progs/tests/manytex.c b/progs/tests/manytex.c
index 0f8f9574be..8add125a69 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 MipMap = GL_FALSE;
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 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;
diff --git a/progs/tests/texwrap.c b/progs/tests/texwrap.c
index fc6a8cbc1b..108c67d4d1 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 @@ PrintString(const char *s)
static void Display( void )
{
- GLint i, j;
+ GLenum i, j;
GLint offset;
GLfloat version;