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-88-g9e0cd0


From: Tim Ruehsen
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-88-g9e0cd09
Date: Sat, 29 Feb 2020 12:44:04 -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  9e0cd093ffb666302c8f4f2231692f882bf3daf2 (commit)
      from  a09e3d7c7d5a5f472e95a49cc990f82006545b6e (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=9e0cd093ffb666302c8f4f2231692f882bf3daf2


commit 9e0cd093ffb666302c8f4f2231692f882bf3daf2
Author: Tim Rühsen <address@hidden>
Date:   Sat Feb 29 18:43:59 2020 +0100

    whois: Silence -Wimplicit-fallthrough

diff --git a/whois/whois.c b/whois/whois.c
index 785209f..e04edc6 100644
--- a/whois/whois.c
+++ b/whois/whois.c
@@ -264,6 +264,7 @@ main (int argc, char *argv[])
        case 1:
          puts (_("This TLD has no whois server, but you can access the "
                  "whois database at"));
+         /* FALLTHROUGH */
        case 2:
          puts (server + 1);
          exit (EXIT_SUCCESS);

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

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


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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