From: englebass Date: Sat, 3 Sep 2011 21:09:24 +0000 (+0000) Subject: Emotion: Add __UNUSED__ where needed X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~166 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35d43cb48836fe43f87f08dcac4efbf04146cd20;p=profile%2Fivi%2Femotion.git Emotion: Add __UNUSED__ where needed git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@63134 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/emotion_main.c b/src/lib/emotion_main.c index 80c7ed7..0e2afed 100644 --- a/src/lib/emotion_main.c +++ b/src/lib/emotion_main.c @@ -233,8 +233,8 @@ _emotion_enumerate_all_webcams(void) static void _emotion_eeze_events(const char *syspath, Eeze_Udev_Event ev, - void *data, - Eeze_Udev_Watch *watcher) + void *data __UNUSED__, + Eeze_Udev_Watch *watcher __UNUSED__) { if (ev == EEZE_UDEV_EVENT_REMOVE) { diff --git a/src/modules/gstreamer/emotion_gstreamer.c b/src/modules/gstreamer/emotion_gstreamer.c index 3f7c895..565c989 100644 --- a/src/modules/gstreamer/emotion_gstreamer.c +++ b/src/modules/gstreamer/emotion_gstreamer.c @@ -1485,7 +1485,7 @@ _eos_main_fct(void *data) } static GstBusSyncReply -_eos_sync_fct(GstBus *bus, GstMessage *msg, gpointer data) +_eos_sync_fct(GstBus *bus __UNUSED__, GstMessage *msg, gpointer data) { Emotion_Gstreamer_Video *ev = data; Emotion_Gstreamer_Message *send;