summaryrefslogtreecommitdiff
path: root/progs/redbook/picksquare.c
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/redbook/picksquare.c
parent2ce0654ebabc7fc6a2881f51e496e4e1f7533087 (diff)
Quiet compiler warnings.
Diffstat (limited to 'progs/redbook/picksquare.c')
-rw-r--r--progs/redbook/picksquare.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/redbook/picksquare.c b/progs/redbook/picksquare.c
index b68117c278..636edc97b4 100644
--- a/progs/redbook/picksquare.c
+++ b/progs/redbook/picksquare.c
@@ -87,8 +87,8 @@ void drawSquares(GLenum mode)
*/
void processHits (GLint hits, GLuint buffer[])
{
- unsigned int i, j;
- GLuint ii = 0, jj = 0, names, *ptr;
+ GLint i;
+ GLuint j, ii = 0, jj = 0, names, *ptr;
printf ("hits = %d\n", hits);
ptr = (GLuint *) buffer;