mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 16:09:18 +00:00
Fix unused var warnings
This commit is contained in:
parent
a7f978daf6
commit
d807ab3089
@ -422,7 +422,7 @@ bool EXCELLON_IMAGE::TestFileIsExcellon( const wxString& aFullFileName )
|
||||
foundY = true;
|
||||
}
|
||||
}
|
||||
catch( IO_ERROR& e )
|
||||
catch( IO_ERROR& )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
@ -208,7 +208,7 @@ bool GERBER_FILE_IMAGE::TestFileIsRS274( const wxString& aFullFileName )
|
||||
}
|
||||
}
|
||||
}
|
||||
catch( IO_ERROR& e )
|
||||
catch( IO_ERROR& )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user