mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
s/int/uint/ to silence warning
This commit is contained in:
parent
45230b4e08
commit
d4c806302e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ struct draw_context *draw_create( void )
|
|||
/* Statically allocate maximum sized vertices for the cache - could be cleverer...
|
||||
*/
|
||||
{
|
||||
int i;
|
||||
uint i;
|
||||
char *tmp = MALLOC( Elements(draw->vcache.vertex) * MAX_VERTEX_SIZE );
|
||||
|
||||
for (i = 0; i < Elements(draw->vcache.vertex); i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue