Add UNUSED.

SVN revision: 51448
This commit is contained in:
Christopher Michael 2010-08-19 20:32:33 +00:00
parent 52f381fcba
commit 6f4d526140
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ e_modapi_init(E_Module *m)
}
EAPI int
e_modapi_shutdown(E_Module *m)
e_modapi_shutdown(E_Module *m __UNUSED__)
{
Ind_Win *iwin;
@ -83,7 +83,7 @@ e_modapi_shutdown(E_Module *m)
}
EAPI int
e_modapi_save(E_Module *m)
e_modapi_save(E_Module *m __UNUSED__)
{
return il_ind_config_save();
}