mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +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;
|
ERC_SCH_PIN_CONTEXT needsDriver;
|
||||||
ELECTRICAL_PINTYPE needsDriverType;
|
ELECTRICAL_PINTYPE needsDriverType = ELECTRICAL_PINTYPE::PT_UNSPECIFIED;
|
||||||
bool hasDriver = false;
|
bool hasDriver = false;
|
||||||
|
|
||||||
// We need different drivers for power nets and normal nets.
|
// We need different drivers for power nets and normal nets.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user