summaryrefslogtreecommitdiff
path: root/src/common/assert.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/assert.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/assert.h b/src/common/assert.h
index 70214efae..04e80c87a 100644
--- a/src/common/assert.h
+++ b/src/common/assert.h
@@ -5,7 +5,6 @@
5#pragma once 5#pragma once
6 6
7#include <cstdlib> 7#include <cstdlib>
8
9#include "common/common_funcs.h" 8#include "common/common_funcs.h"
10#include "common/logging/log.h" 9#include "common/logging/log.h"
11 10
@@ -54,4 +53,4 @@ __declspec(noinline, noreturn)
54#endif 53#endif
55 54
56#define UNIMPLEMENTED() DEBUG_ASSERT_MSG(false, "Unimplemented code!") 55#define UNIMPLEMENTED() DEBUG_ASSERT_MSG(false, "Unimplemented code!")
57#define UNIMPLEMENTED_MSG(_a_, ...) ASSERT_MSG(false, _a_, __VA_ARGS__) \ No newline at end of file 56#define UNIMPLEMENTED_MSG(_a_, ...) ASSERT_MSG(false, _a_, __VA_ARGS__)