Fix more build warnings

This commit is contained in:
Marek Roszko
2024-03-23 08:53:11 -04:00
parent 1e6eb652aa
commit ab759d21f2
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1864,7 +1864,7 @@ void PCB_TUNING_PATTERN::SetProperties( const STRING_ANY_MAP& aProps )
aProps.get_to( "single_sided", m_settings.m_singleSided );
aProps.get_to( "side", m_settings.m_initialSide );
bool rounded;
bool rounded = false;
aProps.get_to( "rounded", rounded );
m_settings.m_cornerStyle = rounded ? PNS::MEANDER_STYLE_ROUND : PNS::MEANDER_STYLE_CHAMFER;