mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-20 05:34:35 -04:00
tests: Fix signedness warnings
This commit is contained in:
parent
fa5f7b1191
commit
ac06144cc9
3 changed files with 8 additions and 8 deletions
|
|
@ -59,7 +59,7 @@ TEST(list_iterator)
|
|||
struct wl_list list;
|
||||
struct element e1, e2, e3, e4, *e;
|
||||
int reference[] = { 708090, 102030, 5588, 12 };
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
e1.i = 708090;
|
||||
e2.i = 102030;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue