Change in libsmpp34[master]: esme.c: mark switch statement fall-thru for coverity

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
Mon Oct 29 23:13:00 UTC 2018


Harald Welte has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



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: merged
Gerrit-Change-Id: I2d8f16242b8ddca855fa387ad93f52adf8bcdeec
Gerrit-Change-Number: 11507
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181029/4d05df86/attachment.htm>


More information about the gerrit-log mailing list