Change in libosmocore[master]: gsm/gsm_utils.c: indicate intentional fall-through

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Apr 13 21:38:39 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13626 )

Change subject: gsm/gsm_utils.c: indicate intentional fall-through
......................................................................

gsm/gsm_utils.c: indicate intentional fall-through

Change-Id: Ica7d2d1884b745fe30234d6c50d93828c4930680
Fixes: CID#57700
---
M src/gsm/gsm_utils.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved



diff --git a/src/gsm/gsm_utils.c b/src/gsm/gsm_utils.c
index 94c6ca5..07f053c 100644
--- a/src/gsm/gsm_utils.c
+++ b/src/gsm/gsm_utils.c
@@ -307,6 +307,7 @@
 		case 0x5d:
 		case 0x7c:
 			result[y++] = 0x1b;
+		/* fall-through */
 		default:
 			result[y] = gsm_7bit_alphabet[ch];
 			break;

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ica7d2d1884b745fe30234d6c50d93828c4930680
Gerrit-Change-Number: 13626
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190413/f999e416/attachment.htm>


More information about the gerrit-log mailing list