Fixed -Wextra warnings
This commit is contained in:
parent
fe2b4f92a1
commit
77289a1396
@ -701,8 +701,8 @@ void SDLAudioSink::play()
|
||||
|
||||
|
||||
|
||||
SDL_AudioSpec specs = { 0 };
|
||||
SDL_AudioSpec wanted_specs = { 0 };
|
||||
SDL_AudioSpec specs;
|
||||
SDL_AudioSpec wanted_specs;
|
||||
|
||||
wanted_specs.freq = _audioStream->audioFrequency();
|
||||
wanted_specs.channels = _audioStream->audioNbChannels();
|
||||
|
Loading…
Reference in New Issue
Block a user