mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fix clang error: private field 'm_dma_address' is not used [-Werror,-Wunused-private-field] (nw)
This commit is contained in:
parent
a035eafdfe
commit
24b48a9fa8
@ -44,6 +44,7 @@ jazz_mct_adr_device::jazz_mct_adr_device(const machine_config &mconfig, const ch
|
||||
, m_dma_r{ *this, *this, *this, *this }
|
||||
, m_dma_w{ *this, *this, *this, *this }
|
||||
{
|
||||
(void)m_dma_address;
|
||||
}
|
||||
|
||||
void jazz_mct_adr_device::map(address_map &map)
|
||||
|
Loading…
Reference in New Issue
Block a user