1
0
Fork 0

try to work around compiler warning

This commit is contained in:
Jan Steemann 2016-02-04 12:32:56 +01:00
parent b44385d9ef
commit 0ff20a6590
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ static inline uint32_t TRI_64to32(uint64_t x) {
#else
#ifndef TRI_ASSERT
#define TRI_ASSERT(expr) while (0)
#define TRI_ASSERT(expr) do { } while (0)
#endif
#endif