mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
fix unused variable error compiling with MSVC (nw)
This commit is contained in:
parent
a9d089903e
commit
7dfb01a2d2
@ -1890,7 +1890,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 &err)
|
||||
catch (emu_fatalerror)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user