Fix a compilation warning in the unit tests

This commit is contained in:
Nick Mathewson 2015-01-15 12:56:57 -05:00
parent 746bb55851
commit 2329d9fe37

View file

@ -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;