We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 857 - warnings in SDL_alsa_audio.c
Summary: warnings in SDL_alsa_audio.c
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: audio (show other bugs)
Version: HG 1.2
Hardware: Other Linux
: P2 minor
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-19 02:55 UTC by Ludwig Nussel
Modified: 2009-10-19 03:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ludwig Nussel 2009-10-19 02:55:17 UTC
minor:
./src/audio/alsa/SDL_alsa_audio.c: In function 'ALSA_finalize_hardware':
./src/audio/alsa/SDL_alsa_audio.c:387: warning: pointer targets in passing argument 2 of 'SDL_snd_pcm_hw_params_get_period_size' differ in signednes
./src/audio/alsa/SDL_alsa_audio.c:387: note: expected 'snd_pcm_uframes_t *' but argument is of type 'snd_pcm_sframes_t *'
./src/audio/alsa/SDL_alsa_audio.c: In function 'ALSA_OpenAudio':
./src/audio/alsa/SDL_alsa_audio.c:470: warning: unused variable 'bufsize'
Comment 1 Sam Lantinga 2009-10-19 03:02:15 UTC
Fixed, thanks!