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
{