mixer warnings--
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 28 Jun 2012 10:26:56 +0000 (10:26 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 28 Jun 2012 10:26:56 +0000 (10:26 +0000)
SVN revision: 72995

src/modules/mixer/sys_pulse.c

index 4195160..a48c056 100644 (file)
@@ -98,12 +98,12 @@ _pulse_update(Pulse *d __UNUSED__, int type __UNUSED__, Pulse_Sink *ev __UNUSED_
 }
 
 static void
-_pulse_sinks_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev)
+_pulse_sinks_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev __UNUSED__)
 {
+/*
    Eina_List *l;
    Pulse_Sink *sink;
    sinks = ev;
-/*
    EINA_LIST_FOREACH(ev, l, sink)
      {
         printf("Sink:\n");
@@ -121,12 +121,12 @@ _pulse_sinks_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev)
 }
 
 static void
-_pulse_sources_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev)
+_pulse_sources_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev __UNUSED__)
 {
+/*
    Eina_List *l;
    Pulse_Sink *sink;
    sources = ev;
-/*
    EINA_LIST_FOREACH(ev, l, sink)
      {
         printf("Sources:\n");