changeset 4365:d91a8026e0aa SDL-1.2

Fixed bug #857 Fixed compiler warnings
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Oct 2009 10:02:00 +0000
parents ae3d564e2716
children f00e178dfc9e
files src/audio/alsa/SDL_alsa_audio.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/alsa/SDL_alsa_audio.c	Mon Oct 19 06:01:58 2009 +0000
+++ b/src/audio/alsa/SDL_alsa_audio.c	Mon Oct 19 10:02:00 2009 +0000
@@ -381,7 +381,7 @@
 
 	/* This is useful for debugging */
 	if ( getenv("SDL_AUDIO_ALSA_DEBUG") ) {
-		snd_pcm_sframes_t persize = 0;
+		snd_pcm_uframes_t persize = 0;
 		unsigned int periods = 0;
 
 		SDL_NAME(snd_pcm_hw_params_get_period_size)(hwparams, &persize, NULL);
@@ -467,7 +467,6 @@
 	snd_pcm_format_t     format;
 	unsigned int         rate;
 	unsigned int 	     channels;
-	snd_pcm_uframes_t    bufsize;
 	Uint16               test_format;
 
 	/* Open the audio device */