Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 12, 2010
1 parent 5c3d68d commit 1920aee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/audio/SDL_audio.c
Expand Up @@ -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 */
#if 0
static int
SDL_StreamInit(SDL_AudioStreamer * stream, int max_len, Uint8 silence)
{
Expand All @@ -305,6 +306,7 @@ SDL_StreamInit(SDL_AudioStreamer * stream, int max_len, Uint8 silence)

return 0;
}
#endif

/* Deinitialize the stream simply by freeing the buffer */
static void
Expand Down

0 comments on commit 1920aee

Please sign in to comment.