Skip to content

Commit

Permalink
Comment out ASSERT_MSG asserts too
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Nov 30, 2024
1 parent 95052ef commit 2ced5c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions third_party/host_memory/host_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

#endif // ^^^ Linux ^^^

#include <cstring>
#include <mutex>
#include <random>
#include <memory>
Expand All @@ -44,8 +45,9 @@
#include <host_memory/host_memory.h>
#include <host_memory/free_region_manager.h>

#define ASSERT
#define UNIMPLEMENTED_MSG
#define ASSERT(...)
#define UNIMPLEMENTED_MSG(...)
#define ASSERT_MSG(...)

namespace Common {

Expand Down

0 comments on commit 2ced5c1

Please sign in to comment.