Shut up some warnings

This commit is contained in:
Clownacy 2019-09-10 01:53:19 +01:00
parent 3eb346ce10
commit 355b303635

View file

@ -64,7 +64,7 @@ static void SetSoundPan(AudioBackend_Sound *sound, long pan)
sound->volume_r = sound->pan_r * sound->volume; sound->volume_r = sound->pan_r * sound->volume;
} }
static void MixSounds(float *stream, size_t frames_total) static void MixSounds(float *stream, unsigned int frames_total)
{ {
for (AudioBackend_Sound *sound = sound_list_head; sound != NULL; sound = sound->next) for (AudioBackend_Sound *sound = sound_list_head; sound != NULL; sound = sound->next)
{ {