Skip to content
Snippets Groups Projects
Commit 2329d9fe authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix a compilation warning in the unit tests

parent 746bb558
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment