Commit 2d945be8 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compile warnings

parent 0363b757
...@@ -287,6 +287,7 @@ SDL_StreamLength(SDL_AudioStreamer * stream) ...@@ -287,6 +287,7 @@ SDL_StreamLength(SDL_AudioStreamer * stream)
} }
/* Initialize the stream by allocating the buffer and setting the read/write heads to the beginning */ /* Initialize the stream by allocating the buffer and setting the read/write heads to the beginning */
#if 0
static int static int
SDL_StreamInit(SDL_AudioStreamer * stream, int max_len, Uint8 silence) SDL_StreamInit(SDL_AudioStreamer * stream, int max_len, Uint8 silence)
{ {
...@@ -305,6 +306,7 @@ SDL_StreamInit(SDL_AudioStreamer * stream, int max_len, Uint8 silence) ...@@ -305,6 +306,7 @@ SDL_StreamInit(SDL_AudioStreamer * stream, int max_len, Uint8 silence)
return 0; return 0;
} }
#endif
/* Deinitialize the stream simply by freeing the buffer */ /* Deinitialize the stream simply by freeing the buffer */
static void static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment