tests: Fix signedness warnings

This commit is contained in:
Kristian Høgsberg 2012-04-13 10:11:11 -04:00
parent fa5f7b1191
commit ac06144cc9
3 changed files with 8 additions and 8 deletions

View file

@ -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;