kicad/eeschema/netlist_exporters
Seth Hillbrand 548e5f49bd Clean up unused variable usage
Unused variables in function calls can be commented out.  Unused
return variables get a new routine `ignore_unused()` that silences the
warnings with zero overhead.
2021-10-05 10:00:30 -07:00
..
netlist.h
netlist_exporter_base.cpp Remove broken RefDesStringCompare 2021-09-01 11:48:01 -07:00
netlist_exporter_base.h Fix netlist error when editing schematic symbols in place. 2021-07-30 18:37:45 -04:00
netlist_exporter_cadstar.cpp Clean up unused variable usage 2021-10-05 10:00:30 -07:00
netlist_exporter_cadstar.h
netlist_exporter_kicad.cpp More NULL expunging. 2021-07-16 16:13:41 -04:00
netlist_exporter_kicad.h More NULL expunging. 2021-07-16 16:13:41 -04:00
netlist_exporter_orcadpcb2.cpp Clean up unused variable usage 2021-10-05 10:00:30 -07:00
netlist_exporter_orcadpcb2.h
netlist_exporter_pspice.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
netlist_exporter_pspice.h Unwrap some std::library typedefs. 2021-07-28 22:16:38 +01:00
netlist_exporter_xml.cpp Remove broken RefDesStringCompare 2021-09-01 11:48:01 -07:00
netlist_exporter_xml.h
netlist_generator.cpp Use individual parameter version of wxExecute. 2021-09-26 15:03:06 +01:00