mirror of
https://github.com/holub/mame
synced 2025-05-06 06:14:45 +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 upd1990a_device::device_start()
|
||||||
{
|
{
|
||||||
|
(void)m_variant;
|
||||||
// resolve callbacks
|
// resolve callbacks
|
||||||
m_write_data.resolve_safe();
|
m_write_data.resolve_safe();
|
||||||
m_write_tp.resolve_safe();
|
m_write_tp.resolve_safe();
|
||||||
|
Loading…
Reference in New Issue
Block a user