mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
Fix debug build for Mac OS X
This commit is contained in:
parent
e5f95ae89d
commit
2363d6e8eb
@ -1,5 +1,6 @@
|
||||
#ifdef __APPLE__
|
||||
#include "CoreFoundation/CoreFoundation.h"
|
||||
#undef assert
|
||||
#endif
|
||||
#include "sys/mman.h"
|
||||
#include "sys/types.h"
|
||||
|
@ -134,7 +134,6 @@ expect(System* s, bool v)
|
||||
|
||||
#ifdef NDEBUG
|
||||
|
||||
# undef assert
|
||||
# define assert(a, b)
|
||||
|
||||
#else // not NDEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user