commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-87-ga09e3d


From: Tim Ruehsen
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-87-ga09e3d7
Date: Sat, 29 Feb 2020 12:40:46 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  a09e3d7c7d5a5f472e95a49cc990f82006545b6e (commit)
      from  4747b63d70d4c4102839282ba4437233fb18af08 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=a09e3d7c7d5a5f472e95a49cc990f82006545b6e


commit a09e3d7c7d5a5f472e95a49cc990f82006545b6e
Author: Tim Rühsen <address@hidden>
Date:   Sat Feb 29 18:40:41 2020 +0100

    ping, ping6: Silence -Wimplicit-fallthrough

diff --git a/ping/ping.c b/ping/ping.c
index c8b67a1..e4c7d30 100644
--- a/ping/ping.c
+++ b/ping/ping.c
@@ -253,6 +253,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
     case ARGP_KEY_NO_ARGS:
       argp_error (state, "missing host operand");
 
+      /* FALLTHROUGH */
     default:
       return ARGP_ERR_UNKNOWN;
     }
diff --git a/ping/ping6.c b/ping/ping6.c
index 2d14a4e..5de44c0 100644
--- a/ping/ping6.c
+++ b/ping/ping6.c
@@ -214,6 +214,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
     case ARGP_KEY_NO_ARGS:
       argp_error (state, "missing host operand");
 
+      /* FALLTHROUGH */
     default:
       return ARGP_ERR_UNKNOWN;
     }

-----------------------------------------------------------------------

Summary of changes:
 ping/ping.c  | 1 +
 ping/ping6.c | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]