Fix clang error: private field 'm_sync2' is not used (nw)

This commit is contained in:
AJR 2019-09-05 23:25:08 -04:00
parent b43313ff77
commit 8b67c4857a

View File

@ -234,6 +234,7 @@ void i8251_device::sync2_rxc()
return;
// remainder yet to be written
(void)m_sync2;
}
/*-------------------------------------------------