emotion: Tag unused paramter. warn--

SVN revision: 79348
This commit is contained in:
Stefan Schmidt 2012-11-15 17:37:46 +00:00
parent c0840226b0
commit 5f507f3330
1 changed files with 1 additions and 1 deletions

View File

@ -1169,7 +1169,7 @@ em_meta_get(void *ef, int meta)
}
static Eina_Bool
_em_fd_active(void *data, Ecore_Fd_Handler *fdh)
_em_fd_active(void *data EINA_UNUSED, Ecore_Fd_Handler *fdh)
{
void *buf;
int fd, len;