Change in osmo-bsc[master]: codec_pref.c: Add comment in expected switch case without break

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed Sep 5 18:33:19 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10775


Change subject: codec_pref.c: Add comment in expected switch case without break
......................................................................

codec_pref.c: Add comment in expected switch case without break

Change-Id: I568353f070f049003326306106dce89b35deb92f
---
M src/osmo-bsc/codec_pref.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/75/10775/1

diff --git a/src/osmo-bsc/codec_pref.c b/src/osmo-bsc/codec_pref.c
index cbe8ef4..2a9be6e 100644
--- a/src/osmo-bsc/codec_pref.c
+++ b/src/osmo-bsc/codec_pref.c
@@ -44,6 +44,7 @@
 		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",

-- 
To view, visit https://gerrit.osmocom.org/10775
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I568353f070f049003326306106dce89b35deb92f
Gerrit-Change-Number: 10775
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180905/797bacf7/attachment.htm>


More information about the gerrit-log mailing list