From a0020435f58baef6a67d3c073b62ea6b1d143af1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 13 Jan 2000 00:32:12 +0000 Subject: init a few vars to silence compiler warnings --- src/mesa/main/image.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa') diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index 58c76deb0d..2c687728d1 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -1,4 +1,4 @@ -/* $Id: image.c,v 1.15 2000/01/05 09:21:32 brianp Exp $ */ +/* $Id: image.c,v 1.16 2000/01/13 00:32:12 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1584,6 +1584,8 @@ extract_float_rgba(GLuint n, GLfloat rgba[][4], srcType == GL_UNSIGNED_INT_8_8_8_8 || srcType == GL_UNSIGNED_INT_10_10_10_2); + rComp = gComp = bComp = aComp = -1; + switch (srcFormat) { case GL_RED: redIndex = 0; -- cgit v1.2.3