StefanSchippers / xschem

A schematic editor for VLSI/Asic/Analog custom designs, netlist backends for VHDL, Spice and Verilog. The tool is focused on hierarchy and parametric designs, to maximize circuit reuse.
Other
297 stars 21 forks source link

netlist.c: int sym_vs_sch_pins(all) #201

Closed ymei closed 1 month ago

ymei commented 2 months ago

The compiler complains that ISO C99 and later do not support implicit int [-Wimplicit-int]. I guess all should be int all?

StefanSchippers commented 2 months ago

Thank you! , it is now fixed