Emotion: Add __UNUSED__ where needed
authorenglebass <englebass>
Sat, 3 Sep 2011 21:09:24 +0000 (21:09 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Sep 2011 21:09:24 +0000 (21:09 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@63134 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/emotion_main.c
src/modules/gstreamer/emotion_gstreamer.c

index 80c7ed7..0e2afed 100644 (file)
@@ -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)
      {
index 3f7c895..565c989 100644 (file)
@@ -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;