mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Fix a compilation warning in the unit tests
This commit is contained in:
parent
746bb55851
commit
2329d9fe37
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ test_relaycell_resolved(void *arg)
|
|||
tt_int_op(srm_answer_is_set, ==, 0); \
|
||||
} \
|
||||
tt_int_op(srm_ttl, ==, ttl); \
|
||||
tt_int_op(srm_expires, ==, expires); \
|
||||
tt_i64_op((int64_t)srm_expires, ==, (int64_t)expires); \
|
||||
} while (0)
|
||||
|
||||
(void)arg;
|
||||
|
|
Loading…
Add table
Reference in a new issue