From 9a0f2dcf21e9519fce16612992331ee136e1e1fc Mon Sep 17 00:00:00 2001 From: lathoub Date: Mon, 23 Mar 2020 21:54:23 +0100 Subject: [PATCH] LCOV_EXCL_LINE in sendCommon --- src/MIDI.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MIDI.hpp b/src/MIDI.hpp index 8002955..d3deed5 100644 --- a/src/MIDI.hpp +++ b/src/MIDI.hpp @@ -471,6 +471,8 @@ void MidiInterface::sendCommon(MidiType inType, D break; case TuneRequest: break; + default: + break; // LCOV_EXCL_LINE - Coverage blind spot } mTransport.endTransmission(); UpdateLastSentTime();