Compiler warning: C4555 result of expression not used

This commit is contained in:
Yon Uriarte 2024-03-08 07:05:57 +00:00 committed by jean-pierre charras
parent 72ba31ba27
commit e824e5a267
1 changed files with 1 additions and 1 deletions

View File

@ -1282,7 +1282,7 @@ void SYMBOL_EDIT_FRAME::UpdateSymbolMsgPanelInfo()
else if( m_bodyStyle == LIB_ITEM::BODY_STYLE::BASE )
msg = _( "Standard" );
else
wxT( "?" );
msg = wxT( "?" );
AppendMsgPanel( _( "Body" ), msg, 8 );