1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Do not redefine assert macro.

This commit is contained in:
Bartosz Taudul 2017-10-16 21:10:44 +02:00
parent 1788408ceb
commit 65c000718b

View File

@ -109,11 +109,7 @@
#include <stdint.h>
#include <string.h>
#if ENABLE_ASSERTS
# include <assert.h>
#else
# define assert(x)
#endif
#include <assert.h>
namespace tracy
{