fix a compil warning

This commit is contained in:
jean-pierre charras 2021-08-11 08:16:26 +02:00
parent f53751a447
commit f4a7565b9c
1 changed files with 2 additions and 2 deletions

View File

@ -240,14 +240,14 @@ bool DRC_TEST_PROVIDER_COPPER_CLEARANCE::Run()
if( !reportPhase( _( "Checking copper zone clearances..." ) ) )
return false; // DRC cancelled
testZonesToZones();
testZonesToZones();
}
else if( !m_drcEngine->IsErrorLimitExceeded( DRCE_ZONES_INTERSECT ) )
{
if( !reportPhase( _( "Checking zones..." ) ) )
return false; // DRC cancelled
testZonesToZones();
testZonesToZones();
}
reportRuleStatistics();