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

This commit is contained in:
smf- 2016-09-10 09:13:19 +01:00
parent fa0e6b3fbd
commit cfc0aa49d3

View File

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