halfsipmix: remove unused variable warning

This commit is contained in:
Danny Robson 2023-07-21 14:22:14 +10:00
parent 5b64b207da
commit db95fd532b

View File

@ -84,6 +84,7 @@ int siphash_test (ValueT const *v) {
}
}
(void)fails;
return any_failed;
}