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-95-ge99cda


From: Tim Ruehsen
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-95-ge99cdac
Date: Sat, 29 Feb 2020 13:14:37 -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  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 <address@hidden>
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 



reply via email to

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