mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix warning:
left operand of comma operator has no effect [-Wunused-value]
This commit is contained in:
parent
fb8d16439b
commit
0c60f368fa
@ -68,8 +68,7 @@ PANEL_SYNC_SHEET_PINS::PANEL_SYNC_SHEET_PINS( wxWindow* aParent, SCH_SHEET* aShe
|
||||
{
|
||||
case SHEET_SYNCHRONIZATION_MODEL::NAME:
|
||||
|
||||
idx, view->AppendIconTextColumn( SHEET_SYNCHRONIZATION_MODEL::GetColName( col ),
|
||||
col );
|
||||
view->AppendIconTextColumn( SHEET_SYNCHRONIZATION_MODEL::GetColName( col ), col );
|
||||
break;
|
||||
case SHEET_SYNCHRONIZATION_MODEL::SHAPE:
|
||||
view->AppendTextColumn( SHEET_SYNCHRONIZATION_MODEL::GetColName( col ), col );
|
||||
|
Loading…
x
Reference in New Issue
Block a user