mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
Fix clang error: private field 'pc11_regnames' is not used [-Werror,-Wunused-private-field] (nw)
This commit is contained in:
parent
cafc14013a
commit
23e8c957e8
@ -58,6 +58,7 @@ pc11_device::pc11_device(const machine_config &mconfig, const char *tag, device_
|
||||
, m_rxvec(070)
|
||||
, m_txvec(074)
|
||||
{
|
||||
(void)pc11_regnames;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user