Add undefined netclass to severities list.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20373
This commit is contained in:
Jeff Young 2025-06-25 16:14:40 -06:00
parent e48d746bbb
commit 5d3279004f
2 changed files with 1 additions and 3 deletions

View File

@ -265,6 +265,7 @@ std::vector<std::reference_wrapper<RC_ITEM>> ERC_ITEM::allItemTypes(
ERC_ITEM::heading_misc,
ERC_ITEM::unannotated,
ERC_ITEM::unresolvedVariable,
ERC_ITEM::undefinedNetclass,
ERC_ITEM::simulationModelIssues,
ERC_ITEM::similarLabels,
ERC_ITEM::similarPower,

View File

@ -88,11 +88,8 @@ enum ERCE_T
ERCE_LABEL_MULTIPLE_WIRES, ///< A label is connected to more than one wire.
ERCE_UNCONNECTED_WIRE_ENDPOINT, ///< A label is connected to more than one wire.
ERCE_LAST = ERCE_UNCONNECTED_WIRE_ENDPOINT,
// Errors after this point will not automatically appear in the Severities Panel
ERCE_DUPLICATE_PIN_ERROR,
ERCE_PIN_TO_PIN_WARNING, // pin connected to an other pin: warning level
ERCE_PIN_TO_PIN_ERROR, // pin connected to an other pin: error level