From c3751a389734945ba1d78f7665688372da87fce7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 5 Sep 2018 14:04:18 +0200 Subject: codec_pref.c: Add comment in expected switch case without break Change-Id: I568353f070f049003326306106dce89b35deb92f --- src/osmo-bsc/codec_pref.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osmo-bsc/codec_pref.c b/src/osmo-bsc/codec_pref.c index cbe8ef424..2a9be6e9b 100644 --- a/src/osmo-bsc/codec_pref.c +++ b/src/osmo-bsc/codec_pref.c @@ -44,6 +44,7 @@ static enum gsm48_chan_mode gsm88_to_chan_mode(enum gsm0808_permitted_speech spe break; case GSM0808_PERM_HR2: LOGP(DMSC, LOGL_FATAL, "Speech HR2 was never specified!\n"); + /* fall through */ default: LOGP(DMSC, LOGL_FATAL, "Unsupported permitted speech %s selected, " "assuming AMR as channel mode...\n", -- cgit v1.2.3