GCC 8 again (nw)

This commit is contained in:
arbee 2018-05-01 22:12:25 -04:00
parent 45977d9baa
commit dd58d907b6

View File

@ -1959,7 +1959,7 @@ bool render_target::load_layout_file(const char *dirname, util::xml::data_node c
{
m_filelist.emplace_back(m_manager.machine(), rootnode, dirname);
}
catch (emu_fatalerror)
catch (emu_fatalerror &)
{
return false;
}