From fc3c05f50e0bfc8f951c44b84078b8758d22d0d4 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 12 Dec 2012 09:00:52 +0000 Subject: [PATCH] warn-- SVN revision: 80740 --- src/modules/wizard/e_wizard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/wizard/e_wizard.c b/src/modules/wizard/e_wizard.c index 1aac21fda..619641183 100644 --- a/src/modules/wizard/e_wizard.c +++ b/src/modules/wizard/e_wizard.c @@ -457,7 +457,8 @@ _e_wizard_cb_desktops_update(void *data __UNUSED__, int ev_type __UNUSED__, void /* TODO: Tell user he should fix his dbus setup */ if ((e) && (e->error)) xdg_error = EINA_TRUE; - +#else + (void)ev; #endif got_desktops = EINA_TRUE; if (_e_wizard_check_xdg())