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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgNeels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/11507
Change subject: esme.c: mark switch statement fall-thru for coverity
......................................................................
esme.c: mark switch statement fall-thru for coverity
Change-Id: I2d8f16242b8ddca855fa387ad93f52adf8bcdeec
---
M test_apps/esme.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libsmpp34 refs/changes/07/11507/1
diff --git a/test_apps/esme.c b/test_apps/esme.c
index 31ea222..77fb198 100644
--- a/test_apps/esme.c
+++ b/test_apps/esme.c
@@ -56,6 +56,7 @@
break;
default:
printf("Error: unrecognized option\n");
+ /* fall thru */
case 'h':
printf("usage: %s %s\n", argv[0], HELP_FORMAT);
return( -1 );
--
To view, visit https://gerrit.osmocom.org/11507
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libsmpp34
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d8f16242b8ddca855fa387ad93f52adf8bcdeec
Gerrit-Change-Number: 11507
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181029/1c46da98/attachment.htm>