changeset 4507:dbf3fa541096

Fixed compile warnings
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jul 2010 00:35:24 -0700
parents b577f47379f3
children 15d2c6f40c48
files src/audio/SDL_audio.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Mon Jul 12 00:35:14 2010 -0700
+++ b/src/audio/SDL_audio.c	Mon Jul 12 00:35:24 2010 -0700
@@ -287,6 +287,7 @@
 }
 
 /* Initialize the stream by allocating the buffer and setting the read/write heads to the beginning */
+#if 0
 static int
 SDL_StreamInit(SDL_AudioStreamer * stream, int max_len, Uint8 silence)
 {
@@ -305,6 +306,7 @@
 
     return 0;
 }
+#endif
 
 /* Deinitialize the stream simply by freeing the buffer */
 static void