Fix warning in sys_fst.c
This commit is contained in:
parent
c172a0d3a7
commit
5708010a5c
|
|
@ -660,7 +660,7 @@ static void scan_item(unsigned depth, vpiHandle item, int skip)
|
||||||
const char *instname;
|
const char *instname;
|
||||||
char *defname = NULL;
|
char *defname = NULL;
|
||||||
/* list of types to iterate upon */
|
/* list of types to iterate upon */
|
||||||
const static int types[] = {
|
static const int types[] = {
|
||||||
/* Value */
|
/* Value */
|
||||||
vpiNamedEvent,
|
vpiNamedEvent,
|
||||||
vpiNet,
|
vpiNet,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue