From f287acc53cbdd9671587b7bbe6068739c3f9947c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 11 Dec 2012 10:29:48 +0000 Subject: [PATCH] warn-- SVN revision: 80639 --- src/bin/e_startup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_startup.c b/src/bin/e_startup.c index f3658e6d9..760d3f26d 100644 --- a/src/bin/e_startup.c +++ b/src/bin/e_startup.c @@ -85,7 +85,8 @@ _e_startup_event_cb(void *data, int ev_type __UNUSED__, void *ev) /* TODO: Tell user he should fix his dbus setup */ if ((e) && (e->error)) fprintf(stderr, "E: efreet couldn't build cache\n"); - +#else + (void)ev; #endif ecore_event_handler_del(desktop_cache_update_handler); buf = data;