This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed compile warnings
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/audio/SDL_audio.c
|
@@ -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) |
|
|
{ |
|
@@ -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 |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.