mirror of https://gitee.com/bigwinds/arangodb
try to work around compiler warning
This commit is contained in:
parent
b44385d9ef
commit
0ff20a6590
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue