[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-87-ga09e3d7
[email protected] (Tim Ruehsen) Sat, 29 Feb 2020 12:40:46 -0500 (EST)
| Newsgroups | gmane.comp.gnu.inetutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
--===============1414820864664254930==
Content-Type: text/plain
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 <[email protected]>
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
--===============1414820864664254930==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KQ29tbWl0LWlu
ZXR1dGlscyBtYWlsaW5nIGxpc3QKQ29tbWl0LWluZXR1dGlsc0BnbnUub3JnCmh0dHBzOi8vbGlz
dHMuZ251Lm9yZy9tYWlsbWFuL2xpc3RpbmZvL2NvbW1pdC1pbmV0dXRpbHMK
--===============1414820864664254930==--