mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58: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;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
sec1 = fracp[-2];
|
sec1 = fracp[-2];
|
||||||
|
/* FALLTHROUGH */
|
||||||
case 1:
|
case 1:
|
||||||
sec2 = fracp[-1];
|
sec2 = fracp[-1];
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user