mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fix for "warning C4390: ';': empty controlled statement found; is this the intent?" with MSVC (nw)
This commit is contained in:
parent
019a235757
commit
7e9d3cedff
@ -47,11 +47,11 @@
|
||||
#define VERBOSE 0
|
||||
|
||||
#define LOGPRINT(x) do { if (VERBOSE) logerror x; } while (0)
|
||||
#define LOG(x)
|
||||
#define LOG(x) {}
|
||||
#define LOGSCAN(x) LOGPRINT(x)
|
||||
#define LOGSCREEN(x)
|
||||
#define RLOG(x)
|
||||
#define LOGCS(x)
|
||||
#define LOGSCREEN(x) {}
|
||||
#define RLOG(x) {}
|
||||
#define LOGCS(x) {}
|
||||
|
||||
#if VERBOSE >= 2
|
||||
#define logerror printf
|
||||
|
Loading…
Reference in New Issue
Block a user