From b052eb7da11b156d578f373421a5ee2626127680 Mon Sep 17 00:00:00 2001 From: Nick Brereton Date: Mon, 22 Jun 2026 21:36:21 -0400 Subject: [PATCH] Fix implicit fallthough statement --- include/verilated_vpi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/verilated_vpi.cpp b/include/verilated_vpi.cpp index c9ba77a89..65afe20f3 100644 --- a/include/verilated_vpi.cpp +++ b/include/verilated_vpi.cpp @@ -3028,7 +3028,7 @@ PLI_INT32 vpi_get(PLI_INT32 property, vpiHandle object) { case vpiPacked: { const VerilatedVpioVarBase* const vop = VerilatedVpioVarBase::castp(object); if (VL_LIKELY(vop && vop->isStructOrUnion())) return 0; - // FALLTHRU + [[fallthrough]]; } default: VL_VPI_ERROR_(__FILE__, __LINE__, "%s: Unsupported property %s, nothing will be returned",