mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Explicitly ignore check_result() result in test_voting_flags_minimal
Otherwise, coverity complains at is.
This commit is contained in:
@@ -104,7 +104,7 @@ static void
|
||||
test_voting_flags_minimal(void *arg)
|
||||
{
|
||||
flag_vote_test_cfg_t *cfg = arg;
|
||||
check_result(cfg);
|
||||
(void) check_result(cfg);
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -189,4 +189,3 @@ struct testcase_t voting_flags_tests[] = {
|
||||
T(staledesc, TT_FORK),
|
||||
END_OF_TESTCASES
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user