mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Comment out ASSERT_MSG asserts too
This commit is contained in:
parent
95052ef879
commit
2ced5c1963
1 changed files with 4 additions and 2 deletions
6
third_party/host_memory/host_memory.cpp
vendored
6
third_party/host_memory/host_memory.cpp
vendored
|
@ -36,6 +36,7 @@
|
|||
|
||||
#endif // ^^^ Linux ^^^
|
||||
|
||||
#include <cstring>
|
||||
#include <mutex>
|
||||
#include <random>
|
||||
#include <memory>
|
||||
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue