Quieten debug message.
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 5 Oct 2006 11:34:01 +0000 (11:34 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 5 Oct 2006 11:34:01 +0000 (11:34 +0000)
src/mesa/drivers/dri/i965/intel_screen.c

index 14b461b..55d760e 100644 (file)
@@ -87,7 +87,7 @@ intelMapScreenRegions(__DRIscreenPrivate *sPriv)
        * the renderbuffer address to point to the beginning of the
        * renderbuffer.
        */
-      intelScreen->front.map = sPriv->pFB;
+      intelScreen->front.map = (char *)sPriv->pFB;
       if (intelScreen->front.map == NULL) {
         fprintf(stderr, "Failed to find framebuffer mapping\n");
         return GL_FALSE;