gallium: reduce signed/unsigned warnings

This commit is contained in:
Keith Whitwell 2008-03-12 10:43:53 +00:00
parent 98ae83d5cc
commit 8fd633b5cf

View file

@ -78,7 +78,7 @@ static void fetch_xyz_rgb_st( struct draw_context *draw,
{
const unsigned *pitch = draw->vertex_fetch.pitch;
const ubyte **src = draw->vertex_fetch.src_ptr;
int i;
unsigned i;
const ubyte *xyzw = src[0] + start * pitch[0];
const ubyte *rgba = src[1] + start * pitch[1];