Mark unused parameter

This commit is contained in:
Simon Richter 2022-04-18 07:59:59 +02:00
parent 6f438b6cad
commit 6d1ab81261
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ int SCH_SHEET::GetPenWidth() const
} }
void SCH_SHEET::AutoplaceFields( SCH_SCREEN* aScreen, bool aManual ) void SCH_SHEET::AutoplaceFields( SCH_SCREEN* aScreen, bool /* aManual */ )
{ {
VECTOR2I textSize = m_fields[SHEETNAME].GetTextSize(); VECTOR2I textSize = m_fields[SHEETNAME].GetTextSize();
int borderMargin = KiROUND( GetPenWidth() / 2.0 ) + 4; int borderMargin = KiROUND( GetPenWidth() / 2.0 ) + 4;