[elm] Forgotten __UNUSED__.

SVN revision: 72092
This commit is contained in:
Gustavo Lima Chaves 2012-06-13 17:21:34 +00:00
parent c3512bb998
commit dc83c09247
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ external_elm_init(void)
}
static Eina_Bool
_shutdown_idler(void *data)
_shutdown_idler(void *data __UNUSED__)
{
elm_shutdown();