Fix warning at compile time

This commit is contained in:
Carlo Bramini 2020-12-28 15:30:09 +00:00 committed by Mark Roszko
parent f691828c8f
commit a06387fafd
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
/*
* This program source code file is part of KiCad, a free EDA CAD application.
*
@ -1956,8 +1955,7 @@ void LEGACY_PLUGIN::loadPCB_LINE()
dseg->SetLayer( leg_layer2new( m_cu_count, layer ) );
break;
case 1:
int mtype;
mtype = intParse( data );
(void)intParse( data );
break;
case 2:
double angle;