summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2016-09-19 16:27:14 -0700
committerCedric BAIL <cedric@osg.samsung.com>2016-09-19 16:27:14 -0700
commit71ec6a95b8bc9fdde24271ccd2185c90f5b30367 (patch)
tree10d483dc9d261678dd0c8eb69286b896a7672a38
parentb5f47fbcb9d48ea74b797ed05cdd4aad9a321b8d (diff)
downloadefl-71ec6a95b8bc9fdde24271ccd2185c90f5b30367.tar.gz
ecore: fix warning in timer test.
-rw-r--r--src/tests/ecore/ecore_test_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/ecore/ecore_test_timer.c b/src/tests/ecore/ecore_test_timer.c
index f3b277b477..fe802bcc90 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();
}