Commit ec3e333fb8e7647eb2bcba9042efbd1fdbb8d926

Anonymous Maarten 2023-03-18T20:34:56

testautomation_audio: fix -Wimplicit-fallthrough warning (cherry picked from commit 11c70406c322b5686f35349acc9659c4d8d5a8f7)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test/testautomation_audio.c b/test/testautomation_audio.c
index 912adb4..97df178 100644
--- a/test/testautomation_audio.c
+++ b/test/testautomation_audio.c
@@ -263,6 +263,7 @@ int audio_pauseUnpauseAudio()
                 desired.samples = 4096;
                 desired.callback = _audio_testCallback;
                 desired.userdata = NULL;
+                break;
 
             case 1:
                 /* Set custom desired spec */