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 

_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to