mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
x509asn1: fix implicit-fallthrough warning with GCC 7
This commit is contained in:
parent
f8518059ce
commit
15136a5268
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user