emotion: Tag unused paramter. warn--
authorstefan <stefan>
Thu, 15 Nov 2012 17:37:46 +0000 (17:37 +0000)
committerstefan <stefan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Nov 2012 17:37:46 +0000 (17:37 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@79348 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/xine/emotion_xine.c

index dd4a3a5..728ff57 100644 (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;