Try to make gcc happy.

This commit is contained in:
Jeff Young 2021-12-23 23:57:34 +00:00
parent 150dedbb83
commit b95b21dbd1
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ inline wxString PrintZoneConnection( ZONE_CONNECTION aConnection )
{ {
switch( aConnection ) switch( aConnection )
{ {
default:
case ZONE_CONNECTION::INHERITED: return _( "inherited" ); case ZONE_CONNECTION::INHERITED: return _( "inherited" );
case ZONE_CONNECTION::NONE: return _( "none" ); case ZONE_CONNECTION::NONE: return _( "none" );
case ZONE_CONNECTION::THERMAL: return _( "thermal reliefs" ); case ZONE_CONNECTION::THERMAL: return _( "thermal reliefs" );