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  e99cdac15e5a3458a5b94fd6f4732acf835f3cd8 (commit)
      from  1e72ad648966437eab5738144d76189bb04ea38f (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=e99cdac15e5a3458a5b94fd6f4732acf835f3cd8


commit e99cdac15e5a3458a5b94fd6f4732acf835f3cd8
Author: Tim Rühsen <[email protected]>
Date:   Sat Feb 29 19:14:32 2020 +0100

    ftp/domacro.c: Silence -Wimplicit-fallthrough

diff --git a/ftp/domacro.c b/ftp/domacro.c
index 0ffe002..ef0e8d2 100644
--- a/ftp/domacro.c
+++ b/ftp/domacro.c
@@ -215,6 +215,7 @@ domacro (int argc, char *argv[])
                   * use of '$' was detected.  Present input is the
                   * dollar sign.
                   */
+                 /* FALLTHROUGH */
                default:
                  *cp2++ = *cp1;        /* Copy present character.  */
                  break;

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

Summary of changes:
 ftp/domacro.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GNU Inetutils 

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

Reply via email to