mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix another mingw64 unit test warnin
This commit is contained in:
@@ -3741,7 +3741,7 @@ test_util_max_mem(void *arg)
|
||||
} else {
|
||||
/* You do not have a petabyte. */
|
||||
#if SIZEOF_SIZE_T == SIZEOF_UINT64_T
|
||||
tt_uint_op(memory1, <, (U64_LITERAL(1)<<50));
|
||||
tt_u64_op(memory1, <, (U64_LITERAL(1)<<50));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user