From 2ced5c1963a981127c59551dfd3a403ea7e27b29 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:46:26 +0200 Subject: [PATCH] Comment out ASSERT_MSG asserts too --- third_party/host_memory/host_memory.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/third_party/host_memory/host_memory.cpp b/third_party/host_memory/host_memory.cpp index 880ea9d7..fa7517f9 100644 --- a/third_party/host_memory/host_memory.cpp +++ b/third_party/host_memory/host_memory.cpp @@ -36,6 +36,7 @@ #endif // ^^^ Linux ^^^ +#include #include #include #include @@ -44,8 +45,9 @@ #include #include -#define ASSERT -#define UNIMPLEMENTED_MSG +#define ASSERT(...) +#define UNIMPLEMENTED_MSG(...) +#define ASSERT_MSG(...) namespace Common {