Add UNUSED where needed.

SVN revision: 51420
This commit is contained in:
Christopher Michael 2010-08-19 17:16:49 +00:00
parent 5205ae87bf
commit e49850d0e5
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ e_modapi_init(E_Module *m)
}
EAPI int
e_modapi_shutdown(E_Module *m)
e_modapi_shutdown(E_Module *m __UNUSED__)
{
E_Config_Dialog *cfd;
@ -41,7 +41,7 @@ e_modapi_shutdown(E_Module *m)
}
EAPI int
e_modapi_save(E_Module *m)
e_modapi_save(E_Module *m __UNUSED__)
{
return 1;
}