summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxddtex.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-11-06 16:01:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-11-06 16:01:19 +0000
commit4b7ccad6829d11c07f1ceac3b3d12f8aec9e640b (patch)
tree4780ddc5695d7a8d1650c770a3c111b5bc9d8684 /src/mesa/drivers/glide/fxddtex.c
parent87c964d3885d84959f86d5d7d9c4358240b6da3c (diff)
casts to silence warnings from gcc 2.96
Diffstat (limited to 'src/mesa/drivers/glide/fxddtex.c')
-rw-r--r--src/mesa/drivers/glide/fxddtex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/glide/fxddtex.c b/src/mesa/drivers/glide/fxddtex.c
index 9b31cc87ec..fafdb7c4d6 100644
--- a/src/mesa/drivers/glide/fxddtex.c
+++ b/src/mesa/drivers/glide/fxddtex.c
@@ -1,4 +1,4 @@
-/* $Id: fxddtex.c,v 1.45 2001/09/23 16:50:01 brianp Exp $ */
+/* $Id: fxddtex.c,v 1.46 2001/11/06 16:01:19 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -327,7 +327,7 @@ fxDDTexDel(GLcontext * ctx, struct gl_texture_object *tObj)
tfxTexInfo *ti = fxTMGetTexInfo(tObj);
if (MESA_VERBOSE & VERBOSE_DRIVER) {
- fprintf(stderr, "fxmesa: fxDDTexDel(%d,%p)\n", tObj->Name, ti);
+ fprintf(stderr, "fxmesa: fxDDTexDel(%d,%p)\n", tObj->Name, (void *) ti);
}
if (!ti)