gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 216/254: x509asn1: fix implicit-fallthrough warning


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 216/254: x509asn1: fix implicit-fallthrough warning with GCC 7
Date: Sat, 17 Jun 2017 16:54:08 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit 15136a526847ea4d9490e8e5744834df9f6701b2
Author: Marcel Raad <address@hidden>
AuthorDate: Sat Jun 3 20:10:52 2017 +0200

    x509asn1: fix implicit-fallthrough warning with GCC 7
---
 lib/x509asn1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/x509asn1.c b/lib/x509asn1.c
index c4bc7c1fd..bba20233f 100644
--- a/lib/x509asn1.c
+++ b/lib/x509asn1.c
@@ -466,6 +466,7 @@ static const char *GTime2str(const char *beg, const char 
*end)
     break;
   case 2:
     sec1 = fracp[-2];
+    /* FALLTHROUGH */
   case 1:
     sec2 = fracp[-1];
     break;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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