From 959e6097afe276c3c3fbc8b3ef96fc6d50a87b74 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 28 Jun 2012 10:26:56 +0000 Subject: [PATCH] mixer warnings-- SVN revision: 72995 --- src/modules/mixer/sys_pulse.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/mixer/sys_pulse.c b/src/modules/mixer/sys_pulse.c index 41951605e..a48c0565d 100644 --- a/src/modules/mixer/sys_pulse.c +++ b/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");