From 17ca95c0078ffa010095babf6c8d7edeba89689e Mon Sep 17 00:00:00 2001 From: "fabio.olimpieri" Date: Sun, 23 Mar 2014 18:14:09 +0000 Subject: [PATCH] Removed a warning --- src/sound.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sound.c b/src/sound.c index 0f36181..c31d50f 100644 --- a/src/sound.c +++ b/src/sound.c @@ -530,9 +530,9 @@ void sound_remove_dc(unsigned char *sound_buffer,int size){ void sound_play() { - +#if defined(D_SOUND_OSS) || defined(D_SOUND_ALSA) || defined(D_SOUND_PULSE) static int retval,retval2; - +#endif ordenador.current_buffer=sound[0]; //remove_dc(ordenador.current_buffer,ordenador.buffer_len);