diff options
author | Ali Alzyod <ali198724@gmail.com> | 2019-08-29 07:44:22 +0000 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-08-29 14:43:48 +0200 |
commit | 080f75e8c9fe420d081d5d77b5822939cbd0f9d6 (patch) | |
tree | 478c72533b6f3e7ae3d8d9ed634ff6e05a64a9b0 /src | |
parent | 7f94410a902aa98773a0d9e0ae58432c4feb55f9 (diff) |
eina_test: resolve build warning
Differential Revision: https://phab.enlightenment.org/D9781
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/eina/eina_test_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/eina/eina_test_array.c b/src/tests/eina/eina_test_array.c index fbe7966af0..de58cdfaec 100644 --- a/src/tests/eina/eina_test_array.c +++ b/src/tests/eina/eina_test_array.c | |||
@@ -177,7 +177,7 @@ EFL_END_TEST | |||
177 | EFL_START_TEST(eina_array_find_test) | 177 | EFL_START_TEST(eina_array_find_test) |
178 | { | 178 | { |
179 | Eina_Array sea; | 179 | Eina_Array sea; |
180 | unsigned int i; | 180 | unsigned long i; |
181 | unsigned int out = 0; | 181 | unsigned int out = 0; |
182 | 182 | ||
183 | fail_if(eina_array_find(NULL, (void*)1, NULL) != EINA_FALSE); | 183 | fail_if(eina_array_find(NULL, (void*)1, NULL) != EINA_FALSE); |