mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Fix clang error: private field 'm_sync2' is not used (nw)
This commit is contained in:
parent
b43313ff77
commit
8b67c4857a
@ -234,6 +234,7 @@ void i8251_device::sync2_rxc()
|
||||
return;
|
||||
|
||||
// remainder yet to be written
|
||||
(void)m_sync2;
|
||||
}
|
||||
|
||||
/*-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user