From 6db52b125c1a13e5aaef7b830a561c661ed83b63 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Fri, 10 May 2024 08:06:39 +0200 Subject: [PATCH] fix missing type for sym_vs_sch_pins(all) --- src/netlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netlist.c b/src/netlist.c index 617929a0..9608e28d 100644 --- a/src/netlist.c +++ b/src/netlist.c @@ -1571,7 +1571,7 @@ int warning_overlapped_symbols(int sel) } /* all: -1: check all symbols, otherwise check only indicated symbol */ -int sym_vs_sch_pins(all) +int sym_vs_sch_pins(int all) { int err = 0; char **lab_array =NULL;