tdfx: Silence uninitialized variable warning.

This commit is contained in:
Vinson Lee
2009-12-29 21:34:06 -08:00
parent 0ab29d2b35
commit ac21edff1c
+1 -1
View File
@@ -1572,7 +1572,7 @@ tdfxCompressedTexImage2D (GLcontext *ctx, GLenum target,
tdfxTexInfo *ti;
tdfxMipMapLevel *mml;
gl_format mesaFormat;
GLuint compressedSize;
GLuint compressedSize = 0;
if (TDFX_DEBUG & DEBUG_VERBOSE_DRI) {
fprintf(stderr, "tdfxCompressedTexImage2D: id=%d int 0x%x %dx%d\n",