From 0dcd064b44713412393cf02d32ff6d84e13db5b6 Mon Sep 17 00:00:00 2001 From: stefan Date: Thu, 15 Nov 2012 17:37:46 +0000 Subject: [PATCH] emotion: Tag unused paramter. warn-- git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@79348 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/xine/emotion_xine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/xine/emotion_xine.c b/src/modules/xine/emotion_xine.c index dd4a3a5..728ff57 100644 --- a/src/modules/xine/emotion_xine.c +++ b/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; -- 2.7.4