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 +}