From a02febb8ccc8c716c28c3f6537d2836382f333c2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 2 Sep 2005 03:39:31 +0000 Subject: change scratch pointer from _int32_t to u_int32_t to silence warning. Is this field actually used for anything? --- src/mesa/drivers/dri/r200/r200_screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mesa/drivers/dri/r200/r200_screen.h b/src/mesa/drivers/dri/r200/r200_screen.h index 91b43cbd75..eb887974b9 100644 --- a/src/mesa/drivers/dri/r200/r200_screen.h +++ b/src/mesa/drivers/dri/r200/r200_screen.h @@ -86,7 +86,7 @@ typedef struct { drmBufMapPtr buffers; - __volatile__ int32_t *scratch; + __volatile__ u_int32_t *scratch; /* is this used for anything? */ __DRIscreenPrivate *driScreen; unsigned int sarea_priv_offset; -- cgit v1.2.3