mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
GCC 8 again (nw)
This commit is contained in:
parent
45977d9baa
commit
dd58d907b6
@ -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);
|
m_filelist.emplace_back(m_manager.machine(), rootnode, dirname);
|
||||||
}
|
}
|
||||||
catch (emu_fatalerror)
|
catch (emu_fatalerror &)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user