From 31556719650cd5666feca4f2eb1b21d3f2c1a28f Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Tue, 14 Aug 2018 15:24:03 -0300 Subject: [PATCH] alsa: fix a switch fallthrough warning --- RtMidi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/RtMidi.cpp b/RtMidi.cpp index b1108a99..61dd55fd 100644 --- a/RtMidi.cpp +++ b/RtMidi.cpp @@ -1567,6 +1567,7 @@ static void *alsaMidiHandler( void *ptr ) break; } } + break; default: doDecode = true;