[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-97-g83079af

[email protected] (Tim Ruehsen) Sat, 29 Feb 2020 13:19:24 -0500 (EST)
Newsgroups gmane.comp.gnu.inetutils.cvs
Message-ID <[email protected]>
--===============5003465967146000253==
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  83079af172bddc3f43aae38c309eba372d88d537 (commit)
       via  b09d8a358b83a3bccc614686b4d15ccb6a4d3408 (commit)
      from  e99cdac15e5a3458a5b94fd6f4732acf835f3cd8 (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=83079af172bddc3f43aae38c309eba372d88d537


commit 83079af172bddc3f43aae38c309eba372d88d537
Author: Tim Rühsen <[email protected]>
Date:   Sat Feb 29 19:19:20 2020 +0100

    telnetd/state.c: Silence -Wimplicit-fallthrough

diff --git a/telnetd/state.c b/telnetd/state.c
index 2e18798..288ebd4 100644
--- a/telnetd/state.c
+++ b/telnetd/state.c
@@ -634,6 +634,7 @@ willoption (int option)
 	      slctab[SLC_XON].defset.flag |= SLC_DEFAULT;
 	      slctab[SLC_XOFF].defset.flag &= ~SLC_LEVELBITS;
 	      slctab[SLC_XOFF].defset.flag |= SLC_DEFAULT;
+	      /* FALLTHROUGH */
 	    case TELOPT_TTYPE:
 	    case TELOPT_SGA:
 	    case TELOPT_NAWS:

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=b09d8a358b83a3bccc614686b4d15ccb6a4d3408


commit b09d8a358b83a3bccc614686b4d15ccb6a4d3408
Author: Tim Rühsen <[email protected]>
Date:   Sat Feb 29 19:18:58 2020 +0100

    telnetd: Silence unused warning for getterminaltype

diff --git a/telnetd/utility.c b/telnetd/utility.c
index fe40e3b..e9fa017 100644
--- a/telnetd/utility.c
+++ b/telnetd/utility.c
@@ -733,6 +733,7 @@ getterminaltype (char *uname, size_t len)
     }
 #else /* !AUTHENTICATION */
   (void) uname;	/* Silence warning.  */
+  (void) len;	/* Silence warning.  */
 #endif
 
 #ifdef	ENCRYPTION

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

Summary of changes:
 telnetd/state.c   | 1 +
 telnetd/utility.c | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
GNU Inetutils 


--===============5003465967146000253==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KQ29tbWl0LWlu
ZXR1dGlscyBtYWlsaW5nIGxpc3QKQ29tbWl0LWluZXR1dGlsc0BnbnUub3JnCmh0dHBzOi8vbGlz
dHMuZ251Lm9yZy9tYWlsbWFuL2xpc3RpbmZvL2NvbW1pdC1pbmV0dXRpbHMK

--===============5003465967146000253==--