diff options
Diffstat (limited to 'lib/base')
| -rw-r--r-- | lib/base/eerror.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/eerror.h b/lib/base/eerror.h index 5a66b31e..e7c33a0b 100644 --- a/lib/base/eerror.h +++ b/lib/base/eerror.h @@ -135,7 +135,7 @@ enum { lvlDebug=1, lvlWarning=2, lvlFatal=4 }; inline void eWarning(const char* fmt, ...) { } - #define ASSERT(x) do { x; } while (0) + #define ASSERT(x) do { } while (0) #endif //DEBUG void eWriteCrashdump(); |
