|
|
@@ -119,7 +119,7 @@ static inline void DebugAbort() |
|
|
|
#define LOL_ERROR_3(t, s, ...) \ |
|
|
|
lol::Log::Error("assertion at %s:%d: " s "\n", __FILE__, __LINE__, __VA_ARGS__) |
|
|
|
|
|
|
|
#if FINAL_RELEASE |
|
|
|
#if LOL_BUILD_RELEASE |
|
|
|
# define ASSERT(...) UNUSED(LOL_CALL(LOL_1ST, (__VA_ARGS__))) |
|
|
|
#else |
|
|
|
# define ASSERT(...) \ |
|
|
|