From 5f507f3330cac91bf41853c3e308eb148c1ebc4e Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 15 Nov 2012 17:37:46 +0000 Subject: [PATCH] emotion: Tag unused paramter. warn-- SVN revision: 79348 --- legacy/emotion/src/modules/xine/emotion_xine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/src/modules/xine/emotion_xine.c b/legacy/emotion/src/modules/xine/emotion_xine.c index dd4a3a50cd..728ff572ad 100644 --- a/legacy/emotion/src/modules/xine/emotion_xine.c +++ b/legacy/emotion/src/modules/xine/emotion_xine.c @@ -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;