Fix warning in PCBNEW_JOBS_HANDLER.
This commit is contained in:
parent
1e1aecfd28
commit
7215613b13
|
@ -1247,7 +1247,7 @@ int PCBNEW_JOBS_HANDLER::JobExportDrc( JOB* aJob )
|
||||||
KICAD_NETLIST_READER netlistReader( lineReader, netlist.get() );
|
KICAD_NETLIST_READER netlistReader( lineReader, netlist.get() );
|
||||||
netlistReader.LoadNetlist();
|
netlistReader.LoadNetlist();
|
||||||
}
|
}
|
||||||
catch( const IO_ERROR& e )
|
catch( const IO_ERROR& )
|
||||||
{
|
{
|
||||||
m_reporter->Report( _( "Failed to fetch schematic netlist for parity tests.\n" ),
|
m_reporter->Report( _( "Failed to fetch schematic netlist for parity tests.\n" ),
|
||||||
RPT_SEVERITY_INFO );
|
RPT_SEVERITY_INFO );
|
||||||
|
|
Loading…
Reference in New Issue