Add __UNUSED__ where needed.

SVN revision: 51302
This commit is contained in:
Christopher Michael 2010-08-18 17:27:48 +00:00
parent 1d59137b0e
commit f960b752fa
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}