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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Fri Apr 12 15:43:14 UTC 2019


Vadim Yanitskiy has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/26/13626/1

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: newchange
Gerrit-Change-Id: Ica7d2d1884b745fe30234d6c50d93828c4930680
Gerrit-Change-Number: 13626
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190412/7d13668c/attachment.htm>


More information about the gerrit-log mailing list