Use fallthrough statement attribute (moar)

GCC is very finicky.
This commit is contained in:
Nicolas Williams
2022-01-14 16:58:14 -06:00
parent c607135a03
commit aea18c3006

View File

@@ -2439,7 +2439,6 @@ hx509_verify_path(hx509_context context,
*/ */
type = EE_CERT; type = EE_CERT;
/* FALLTHROUGH */ /* FALLTHROUGH */
fallthrough
} }
} }
/* FALLTHROUGH */ /* FALLTHROUGH */