mixer warnings--

SVN revision: 72995
devs/princeamd/enlightenment-0.17-elive
Mike Blumenkrantz 11 years ago
parent ba7c89a833
commit 959e6097af
  1. 8
      src/modules/mixer/sys_pulse.c

@ -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");

Loading…
Cancel
Save