mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix a minor compil warning
This commit is contained in:
parent
5332d44bad
commit
5a96eb979a
@ -864,7 +864,7 @@ int ERC_TESTER::TestPinToPin()
|
||||
} );
|
||||
|
||||
ERC_SCH_PIN_CONTEXT needsDriver;
|
||||
ELECTRICAL_PINTYPE needsDriverType;
|
||||
ELECTRICAL_PINTYPE needsDriverType = ELECTRICAL_PINTYPE::PT_UNSPECIFIED;
|
||||
bool hasDriver = false;
|
||||
|
||||
// We need different drivers for power nets and normal nets.
|
||||
|
Loading…
x
Reference in New Issue
Block a user