# HG changeset patch # User Sam Lantinga # Date 1278920124 25200 # Node ID dbf3fa54109685daa8a1f644da70a9b4fb591b54 # Parent b577f47379f34e850de23661af9446e11940ef98 Fixed compile warnings diff -r b577f47379f3 -r dbf3fa541096 src/audio/SDL_audio.c --- 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