x509asn1: fix implicit-fallthrough warning with GCC 7

This commit is contained in:
Marcel Raad 2017-06-03 20:10:52 +02:00
parent f8518059ce
commit 15136a5268
No known key found for this signature in database
GPG Key ID: B4668817AE6D6CD4
1 changed files with 1 additions and 0 deletions

View File

@ -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;