diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-10-07 06:13:05 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-10-07 06:13:05 +0000 |
commit | 32f8c402de64c469bc8416c91d50f7785283f28c (patch) | |
tree | bef8bf3428a46e45d9c0db4b137c0d073b011856 /uisimulator/sdl | |
parent | 856ca781103c2f5aa58b4be16b3ac1e96f092762 (diff) |
Fix some yellow that went unnoticed earlier.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl')
-rw-r--r-- | uisimulator/sdl/sound.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |