change scratch pointer from _int32_t to u_int32_t to silence warning. Is this field...
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 2 Sep 2005 03:39:31 +0000 (03:39 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 2 Sep 2005 03:39:31 +0000 (03:39 +0000)
src/mesa/drivers/dri/r200/r200_screen.h

index 91b43cb..eb88797 100644 (file)
@@ -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;