From 4b7ccad6829d11c07f1ceac3b3d12f8aec9e640b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 6 Nov 2001 16:01:19 +0000 Subject: casts to silence warnings from gcc 2.96 --- src/mesa/drivers/glide/fxddtex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/glide/fxddtex.c') 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) -- cgit v1.2.3