mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-19 01:58:13 +08:00
testautomation_audio: fix -Wimplicit-fallthrough warning
This commit is contained in:
committed by
Anonymous Maarten
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 */
|
||||
|
||||
Reference in New Issue
Block a user