mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Fix a compilation warning on i386 with clang
This commit is contained in:
parent
7217bdacb5
commit
bb65b53966
1 changed files with 1 additions and 1 deletions
|
@ -6299,7 +6299,7 @@ test_util_log_mallinfo(void *arg)
|
||||||
tt_assert(next2);
|
tt_assert(next2);
|
||||||
if (mem2 == 0) {
|
if (mem2 == 0) {
|
||||||
/* This is a fake mallinfo that doesn't actually fill in its outputs. */
|
/* 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 {
|
} else {
|
||||||
tt_u64_op(mem1, OP_LT, mem2);
|
tt_u64_op(mem1, OP_LT, mem2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue