Neels 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 <nhofm...@sysmocom.de>

Reply via email to