summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2016-09-10 09:13:19 +0100
committer smf- <smf-@users.noreply.github.com>2016-09-10 09:15:28 +0100
commitcfc0aa49d3ab3bdcc6eae862cb998cfb295f684a (patch)
treeb4aa67cfe58dc0575964abd06c51bdf0f3e491d9
parentfa0e6b3fbda795ad096839d16c161c1bd520130d (diff)
fix for "warning C4390: ';': empty controlled statement found; is this the intent?" with MSVC (nw)
-rw-r--r--src/devices/machine/scnxx562.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/scnxx562.cpp b/src/devices/machine/scnxx562.cpp
index f899c7d1b12..6af4332f581 100644
--- a/src/devices/machine/scnxx562.cpp
+++ b/src/devices/machine/scnxx562.cpp
@@ -88,7 +88,7 @@ DONE (x) (p=partly) NMOS CMOS
#define VERBOSE 0
#define LOGPRINT(x) do { if (VERBOSE) logerror x; } while (0)
-#define LOG(x)
+#define LOG(x) do {} while (0)
#define LOGR(x)
#define LOGTX(x)
#define LOGRX(x)