소스 검색

testautomation_audio: fix -Wimplicit-fallthrough warning

Anonymous Maarten 3 년 전
부모
커밋
11c70406c3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.callback = audio_testCallback;
                 desired.userdata = NULL;
+                break;
 
             case 1:
                 /* Set custom desired spec */