From 32f8c402de64c469bc8416c91d50f7785283f28c Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 7 Oct 2007 06:13:05 +0000 Subject: Fix some yellow that went unnoticed earlier. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15010 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/sound.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uisimulator/sdl/sound.c') diff --git a/uisimulator/sdl/sound.c b/uisimulator/sdl/sound.c index 3636939f06..169ff1c856 100644 --- a/uisimulator/sdl/sound.c +++ b/uisimulator/sdl/sound.c @@ -283,6 +283,8 @@ void pcm_rec_dma_close(void) void pcm_rec_dma_start(void *start, size_t size) { + (void)start; + (void)size; } void pcm_rec_dma_stop(void) -- cgit v1.2.3