# HG changeset patch # User Sam Lantinga # Date 1255946520 0 # Node ID d91a8026e0aab6f50821019eed43a53d6503556f # Parent ae3d564e271675940d3f9ebfbc318f4179f23afa Fixed bug #857 Fixed compiler warnings diff -r ae3d564e2716 -r d91a8026e0aa src/audio/alsa/SDL_alsa_audio.c --- 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 */