mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
gallium: reduce signed/unsigned warnings
This commit is contained in:
parent
98ae83d5cc
commit
8fd633b5cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue