silence a warning
authorAlan Hourihane <alanh@tungstengraphics.com>
Fri, 14 Jan 2005 13:11:34 +0000 (13:11 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Fri, 14 Jan 2005 13:11:34 +0000 (13:11 +0000)
src/mesa/drivers/dri/unichrome/via_tris.c

index 3e89353..b28732d 100644 (file)
@@ -1102,6 +1102,6 @@ void viaInitTriFuncs(GLcontext *ctx)
     _tnl_init_vertices( ctx, ctx->Const.MaxArrayLockSize + 12, 
                        (6 + 2*ctx->Const.MaxTextureUnits) * sizeof(GLfloat) );
    
-    vmesa->verts = (char *)tnl->clipspace.vertex_buf;
+    vmesa->verts = (GLubyte *)tnl->clipspace.vertex_buf;
 
 }