Emotion: Add __UNUSED__ where needed

SVN revision: 63134
This commit is contained in:
Sebastian Dransfeld 2011-09-03 21:09:24 +00:00
parent 6972fe5e82
commit 5c8e0ea66b
2 changed files with 3 additions and 3 deletions

View 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)
{

View 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;