mixer warnings--

SVN revision: 72995
This commit is contained in:
Mike Blumenkrantz 2012-06-28 10:26:56 +00:00
parent ba7c89a833
commit 959e6097af
1 changed files with 4 additions and 4 deletions

View File

@ -98,12 +98,12 @@ _pulse_update(Pulse *d __UNUSED__, int type __UNUSED__, Pulse_Sink *ev __UNUSED_
} }
static void 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; Eina_List *l;
Pulse_Sink *sink; Pulse_Sink *sink;
sinks = ev; sinks = ev;
/*
EINA_LIST_FOREACH(ev, l, sink) EINA_LIST_FOREACH(ev, l, sink)
{ {
printf("Sink:\n"); printf("Sink:\n");
@ -121,12 +121,12 @@ _pulse_sinks_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev)
} }
static void 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; Eina_List *l;
Pulse_Sink *sink; Pulse_Sink *sink;
sources = ev; sources = ev;
/*
EINA_LIST_FOREACH(ev, l, sink) EINA_LIST_FOREACH(ev, l, sink)
{ {
printf("Sources:\n"); printf("Sources:\n");