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;