1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

More compact JSON formatting.

This commit is contained in:
XMRig
2019-08-04 22:07:05 +07:00
parent 7eaf7764f7
commit a8e86c3530
6 changed files with 16 additions and 5 deletions

View File

@@ -403,7 +403,7 @@ RAPIDJSON_NAMESPACE_END
*/
#ifndef RAPIDJSON_ASSERT
#include <cassert>
#define RAPIDJSON_ASSERT(x) assert(x)
#define RAPIDJSON_ASSERT(x)
#endif // RAPIDJSON_ASSERT
///////////////////////////////////////////////////////////////////////////////