Chromium Code Reviews| Index: webrtc/modules/audio_device/ios/voice_processing_audio_unit.mm |
| diff --git a/webrtc/modules/audio_device/ios/voice_processing_audio_unit.mm b/webrtc/modules/audio_device/ios/voice_processing_audio_unit.mm |
| index db7f42edcb95753f9d1eb32687f8789a035dbf49..a9d599a0c470238f24eb90de3f9f1284b4c3f93e 100644 |
| --- a/webrtc/modules/audio_device/ios/voice_processing_audio_unit.mm |
| +++ b/webrtc/modules/audio_device/ios/voice_processing_audio_unit.mm |
| @@ -370,10 +370,12 @@ void VoiceProcessingAudioUnit::DisposeAudioUnit() { |
| case kStarted: |
| Stop(); |
| // Fall through. |
| + FALLTHROUGH(); |
| case kInitialized: |
| Uninitialize(); |
| break; |
| case kUninitialized: |
| + FALLTHROUGH(); |
| case kInitRequired: |
| break; |
| } |