Comment out ASSERT_MSG asserts too

This commit is contained in:
wheremyfoodat 2024-11-30 16:46:26 +02:00
parent 95052ef879
commit 2ced5c1963

View file

@ -36,6 +36,7 @@
#endif // ^^^ Linux ^^^ #endif // ^^^ Linux ^^^
#include <cstring>
#include <mutex> #include <mutex>
#include <random> #include <random>
#include <memory> #include <memory>
@ -44,8 +45,9 @@
#include <host_memory/host_memory.h> #include <host_memory/host_memory.h>
#include <host_memory/free_region_manager.h> #include <host_memory/free_region_manager.h>
#define ASSERT #define ASSERT(...)
#define UNIMPLEMENTED_MSG #define UNIMPLEMENTED_MSG(...)
#define ASSERT_MSG(...)
namespace Common { namespace Common {