From 5708010a5cd58cd22170180154cb128018ea04cf Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 5 Jan 2026 19:11:13 -0800 Subject: [PATCH] Fix warning in sys_fst.c --- vpi/sys_fst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpi/sys_fst.c b/vpi/sys_fst.c index fea0f5ef5..9aef37c3d 100644 --- a/vpi/sys_fst.c +++ b/vpi/sys_fst.c @@ -660,7 +660,7 @@ static void scan_item(unsigned depth, vpiHandle item, int skip) const char *instname; char *defname = NULL; /* list of types to iterate upon */ - const static int types[] = { + static const int types[] = { /* Value */ vpiNamedEvent, vpiNet,