cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=71ec6a95b8bc9fdde24271ccd2185c90f5b30367

commit 71ec6a95b8bc9fdde24271ccd2185c90f5b30367
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Mon Sep 19 16:27:14 2016 -0700

    ecore: fix warning in timer test.
---
 src/tests/ecore/ecore_test_timer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/ecore/ecore_test_timer.c 
b/src/tests/ecore/ecore_test_timer.c
index f3b277b..fe802bc 100644
--- a/src/tests/ecore/ecore_test_timer.c
+++ b/src/tests/ecore/ecore_test_timer.c
@@ -211,7 +211,7 @@ START_TEST(ecore_test_timeout)
 END_TEST
 
 static void
-_ecore_promise_then(void *data EINA_UNUSED, void *value EINA_UNUSED)
+_ecore_promise_then(void *data EINA_UNUSED, const Efl_Event *ev EINA_UNUSED)
 {
    abort();
 }

-- 


Reply via email to