ecore: fix warning in timer test.
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 19 Sep 2016 23:27:14 +0000 (16:27 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 19 Sep 2016 23:27:14 +0000 (16:27 -0700)
src/tests/ecore/ecore_test_timer.c

index f3b277b..fe802bc 100644 (file)
@@ -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();
 }