From aea18c300647090ffb46771fa44018027092a265 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 14 Jan 2022 16:58:14 -0600 Subject: [PATCH] Use fallthrough statement attribute (moar) GCC is very finicky. --- lib/hx509/cert.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/hx509/cert.c b/lib/hx509/cert.c index b176b6caa..e5b5c1266 100644 --- a/lib/hx509/cert.c +++ b/lib/hx509/cert.c @@ -2439,7 +2439,6 @@ hx509_verify_path(hx509_context context, */ type = EE_CERT; /* FALLTHROUGH */ - fallthrough } } /* FALLTHROUGH */ -- 2.11.4.GIT