mirror of
https://github.com/holub/mame
synced 2025-05-03 13:06:47 +03:00
shut up clang compiler warning about unused private field in upd1990a_device (nw)
This commit is contained in:
parent
3425dc9e4f
commit
4af856c7aa
@ -80,6 +80,7 @@ upd4990a_device::upd4990a_device(const machine_config &mconfig, const char *tag,
|
||||
|
||||
void upd1990a_device::device_start()
|
||||
{
|
||||
(void)m_variant;
|
||||
// resolve callbacks
|
||||
m_write_data.resolve_safe();
|
||||
m_write_tp.resolve_safe();
|
||||
|
Loading…
Reference in New Issue
Block a user