mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 06:03:51 +00:00
Do not redefine assert macro.
This commit is contained in:
parent
1788408ceb
commit
65c000718b
@ -109,11 +109,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if ENABLE_ASSERTS
|
#include <assert.h>
|
||||||
# include <assert.h>
|
|
||||||
#else
|
|
||||||
# define assert(x)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user