eina_test: resolve build warning
authorAli Alzyod <ali198724@gmail.com>
Thu, 29 Aug 2019 07:44:22 +0000 (07:44 +0000)
committerYeongjong Lee <yj34.lee@samsung.com>
Mon, 16 Sep 2019 01:23:00 +0000 (10:23 +0900)
Differential Revision: https://phab.enlightenment.org/D9781

src/tests/eina/eina_test_array.c

index fbe7966..de58cdf 100644 (file)
@@ -177,7 +177,7 @@ EFL_END_TEST
 EFL_START_TEST(eina_array_find_test)
 {
    Eina_Array sea;
-   unsigned int i;
+   unsigned long i;
    unsigned int out = 0;
 
    fail_if(eina_array_find(NULL, (void*)1, NULL) != EINA_FALSE);