mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix a compilation warning on i386 with clang
This commit is contained in:
parent
7217bdacb5
commit
bb65b53966
@ -6299,7 +6299,7 @@ test_util_log_mallinfo(void *arg)
|
||||
tt_assert(next2);
|
||||
if (mem2 == 0) {
|
||||
/* This is a fake mallinfo that doesn't actually fill in its outputs. */
|
||||
tt_int_op(mem1, OP_EQ, 0);
|
||||
tt_u64_op(mem1, OP_EQ, 0);
|
||||
} else {
|
||||
tt_u64_op(mem1, OP_LT, mem2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user