mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
draw: Fix MSVC integer size conversion warning.
This commit is contained in:
parent
4a49f1d2e2
commit
aa816d114e
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ static void varray_destroy(struct draw_pt_front_end *frontend)
|
|||
|
||||
struct draw_pt_front_end *draw_pt_varray(struct draw_context *draw)
|
||||
{
|
||||
unsigned i;
|
||||
ushort i;
|
||||
struct varray_frontend *varray = CALLOC_STRUCT(varray_frontend);
|
||||
if (varray == NULL)
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue