mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
testautomation_audio: fix -Wimplicit-fallthrough warning
(cherry picked from commit 11c70406c3
)
This commit is contained in:

committed by
Sam Lantinga

parent
1402d13556
commit
ec3e333fb8
@@ -263,6 +263,7 @@ int audio_pauseUnpauseAudio()
|
||||
desired.samples = 4096;
|
||||
desired.callback = _audio_testCallback;
|
||||
desired.userdata = NULL;
|
||||
break;
|
||||
|
||||
case 1:
|
||||
/* Set custom desired spec */
|
||||
|
Reference in New Issue
Block a user