mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Fix compiler warning
This commit is contained in:
parent
2f9bf31529
commit
d1ba3c6402
@ -353,7 +353,7 @@ CN_CONNECTIVITY_ALGO::SearchClusters( CLUSTER_SEARCH_MODE aMode, const std::vect
|
|||||||
std::set<CN_ITEM*> visited;
|
std::set<CN_ITEM*> visited;
|
||||||
|
|
||||||
auto addToSearchList =
|
auto addToSearchList =
|
||||||
[&item_set, withinAnyNet, aSingleNet, &aTypes, rootItem, &visited]( CN_ITEM *aItem )
|
[&item_set, withinAnyNet, aSingleNet, &aTypes, rootItem]( CN_ITEM *aItem )
|
||||||
{
|
{
|
||||||
if( withinAnyNet && aItem->Net() <= 0 )
|
if( withinAnyNet && aItem->Net() <= 0 )
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user