Fix Clang build (nw)

This commit is contained in:
AJR 2017-10-26 20:31:07 -04:00
parent 73ef4cf88a
commit f7153dca8b

View File

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