Compiler warning: C4555 result of expression not used
This commit is contained in:
parent
72ba31ba27
commit
e824e5a267
|
@ -1282,7 +1282,7 @@ void SYMBOL_EDIT_FRAME::UpdateSymbolMsgPanelInfo()
|
||||||
else if( m_bodyStyle == LIB_ITEM::BODY_STYLE::BASE )
|
else if( m_bodyStyle == LIB_ITEM::BODY_STYLE::BASE )
|
||||||
msg = _( "Standard" );
|
msg = _( "Standard" );
|
||||||
else
|
else
|
||||||
wxT( "?" );
|
msg = wxT( "?" );
|
||||||
|
|
||||||
AppendMsgPanel( _( "Body" ), msg, 8 );
|
AppendMsgPanel( _( "Body" ), msg, 8 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue