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