Browse Source

testautomation_audio: fix -Wimplicit-fallthrough warning

Anonymous Maarten 2 years ago
parent
commit
11c70406c3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/testautomation_audio.c

+ 1 - 0
test/testautomation_audio.c

@@ -272,6 +272,7 @@ static int audio_pauseUnpauseAudio(void *arg)
                 desired.samples = 4096;
                 desired.samples = 4096;
                 desired.callback = audio_testCallback;
                 desired.callback = audio_testCallback;
                 desired.userdata = NULL;
                 desired.userdata = NULL;
+                break;
 
 
             case 1:
             case 1:
                 /* Set custom desired spec */
                 /* Set custom desired spec */