fix for "warning C4390: ';': empty controlled statement found; is this the intent?" with MSVC (nw)

This commit is contained in:
smf- 2016-09-04 13:35:01 +01:00
parent 019a235757
commit 7e9d3cedff

View File

@ -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