mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
fix for "warning C4390: ';': empty controlled statement found; is this the intent?" with MSVC (nw)
This commit is contained in:
parent
fa0e6b3fbd
commit
cfc0aa49d3
@ -88,7 +88,7 @@ DONE (x) (p=partly) NMOS CMOS
|
|||||||
#define VERBOSE 0
|
#define VERBOSE 0
|
||||||
|
|
||||||
#define LOGPRINT(x) do { if (VERBOSE) logerror x; } while (0)
|
#define LOGPRINT(x) do { if (VERBOSE) logerror x; } while (0)
|
||||||
#define LOG(x)
|
#define LOG(x) do {} while (0)
|
||||||
#define LOGR(x)
|
#define LOGR(x)
|
||||||
#define LOGTX(x)
|
#define LOGTX(x)
|
||||||
#define LOGRX(x)
|
#define LOGRX(x)
|
||||||
|
Loading…
Reference in New Issue
Block a user