mirror of https://github.com/libsdl-org/SDL
testautomation_audio: fix -Wimplicit-fallthrough warning
This commit is contained in:
parent
f7961b7c9a
commit
11c70406c3
|
@ -272,6 +272,7 @@ static int audio_pauseUnpauseAudio(void *arg)
|
|||
desired.samples = 4096;
|
||||
desired.callback = audio_testCallback;
|
||||
desired.userdata = NULL;
|
||||
break;
|
||||
|
||||
case 1:
|
||||
/* Set custom desired spec */
|
||||
|
|
Loading…
Reference in New Issue