From f960b752fa5d9e4dda188db43556e10b0f98f089 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 18 Aug 2010 17:27:48 +0000 Subject: [PATCH] Add __UNUSED__ where needed. SVN revision: 51302 --- src/bin/e_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_config.c b/src/bin/e_config.c index 44c603c92..ffc36791b 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -1770,7 +1770,7 @@ e_config_mode_changed(void) /* local subsystem functions */ static void -_e_config_save_cb(void *data) +_e_config_save_cb(void *data __UNUSED__) { e_config_profile_save(); e_module_save_all(); @@ -2174,4 +2174,4 @@ _eet_union_type_set(const char *type, void *data, Eina_Bool unknow) } return EINA_FALSE; -} \ No newline at end of file +}