mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Fix Clang build (nw)
This commit is contained in:
parent
73ef4cf88a
commit
f7153dca8b
@ -342,6 +342,8 @@ void interpro_ioga_device::set_int_line(interrupt_type type, int number, int sta
|
|||||||
m_line_state = (state == ASSERT_LINE) ? (m_line_state | mask) : (m_line_state & ~mask);
|
m_line_state = (state == ASSERT_LINE) ? (m_line_state | mask) : (m_line_state & ~mask);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
#else
|
||||||
|
(void)m_line_state;
|
||||||
#endif
|
#endif
|
||||||
set_pending(type, number, state == ASSERT_LINE);
|
set_pending(type, number, state == ASSERT_LINE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user