Fix clang error: private field 'pc11_regnames' is not used [-Werror,-Wunused-private-field] (nw)

This commit is contained in:
AJR 2020-05-23 17:41:54 -04:00
parent cafc14013a
commit 23e8c957e8

View File

@ -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;
}