Fix a few compil warnings (shadowed or unused vars)

This commit is contained in:
jean-pierre charras
2025-12-22 16:55:06 +01:00
parent f93a6b1a5d
commit 408ece3030
8 changed files with 16 additions and 25 deletions
-2
View File
@@ -732,8 +732,6 @@ bool FIELDS_EDITOR_GRID_DATA_MODEL::groupMatch( const SCH_REFERENCE& lhRef, cons
rh = m_dataStore[rhRefKey][m_cols[i].m_fieldName];
}
wxString fieldName = m_cols[i].m_fieldName;
if( lh != rh )
return false;