summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/sgi_ge5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/sgi_ge5.cpp')
-rw-r--r--src/mame/video/sgi_ge5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/sgi_ge5.cpp b/src/mame/video/sgi_ge5.cpp
index d7e471aa6fd..915b279bc69 100644
--- a/src/mame/video/sgi_ge5.cpp
+++ b/src/mame/video/sgi_ge5.cpp
@@ -40,6 +40,7 @@ sgi_ge5_device::sgi_ge5_device(machine_config const &mconfig, char const *tag, d
, m_re_w(*this)
, m_icount(0)
{
+ (void)m_dma_count;
}
void sgi_ge5_device::device_add_mconfig(machine_config &config)