summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-09-05 23:25:08 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-09-05 23:25:08 -0400
commit8b67c4857a909261d490f79c9456b6f03bd2a2cd (patch)
tree06acdf856abdc886097c29285b59b55ae8278994
parentb43313ff77f9a81f167f6c58ef3378ec4ebbce7f (diff)
Fix clang error: private field 'm_sync2' is not used (nw)
-rw-r--r--src/devices/machine/i8251.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/i8251.cpp b/src/devices/machine/i8251.cpp
index bae0d9b638f..cbb007331a3 100644
--- a/src/devices/machine/i8251.cpp
+++ b/src/devices/machine/i8251.cpp
@@ -234,6 +234,7 @@ void i8251_device::sync2_rxc()
return;
// remainder yet to be written
+ (void)m_sync2;
}
/*-------------------------------------------------