summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Poole <netstar@gmail.com>2018-07-19 15:53:49 +0900
committerHermet Park <hermetpark@gmail.com>2018-07-19 15:53:49 +0900
commitb00f0e06305d9839c9bfbbdf413e6318ebf06d18 (patch)
tree617ab7459950051048ed8a0526fc42cfd5e8af1e
parent582d342afea54fb82145239bdb6593b70fa2ac90 (diff)
downloadefl-b00f0e06305d9839c9bfbbdf413e6318ebf06d18.tar.gz
ecore_main: silence warning when compiling.
Summary: Silence compilation warning. There is an ifdef'd block of code which accesses obj but I don't think it's in use in production? Test Plan: Build EFL and watch for warning. Reviewers: #committers, zmike, Hermet Reviewed By: #committers, Hermet Subscribers: cedric Tags: #efl Differential Revision: https://phab.enlightenment.org/D6628
-rw-r--r--src/lib/ecore/ecore_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c
index 8f52829f35..4b27e180a2 100644
--- a/src/lib/ecore/ecore_main.c
+++ b/src/lib/ecore/ecore_main.c
@@ -2046,7 +2046,7 @@ _ecore_main_win32_handlers_cleanup(Eo *obj EINA_UNUSED, Efl_Loop_Data *pd)
#endif
static void
-_ecore_main_fd_handlers_call(Eo *obj, Efl_Loop_Data *pd)
+_ecore_main_fd_handlers_call(Eo *obj EINA_UNUSED, Efl_Loop_Data *pd)
{
// grab a new list
if (!pd->fd_handlers_to_call_current)