From: stefan Date: Thu, 15 Nov 2012 17:37:46 +0000 (+0000) Subject: emotion: Tag unused paramter. warn-- X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0dcd064b44713412393cf02d32ff6d84e13db5b6;p=profile%2Fivi%2Femotion.git emotion: Tag unused paramter. warn-- git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@79348 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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;