tests: elm_win: fix compiler warning about signed vs. unsigned comparison
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Sep 2016 08:56:36 +0000 (10:56 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Sep 2016 08:56:36 +0000 (10:56 +0200)
commita24734d80ac6902eb85e8c90ad98208eb948c779
tree6525b89ba23dc07425dfdaad41c9dd5b4f55dd1e
parent1f00c9a26e1b9064ef38994761934a7ed85d9609
tests: elm_win: fix compiler warning about signed vs. unsigned comparison

The variable i only goes from 0 to 4 here but it gets compared against a normal
int so we make sure i also is a normal int.
src/tests/elementary/elm_test_win.c