Commit ac8c50e1 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Don't trigger unused variables warnings

parent ade4dff3
......@@ -121,6 +121,8 @@ accumulate(struct VSL_data *vsl, struct VSL_transaction * const pt[],
const char *b, *e, *p;
unsigned len;
(void)vsl;
(void)priv;
struct VSL_transaction *tr;
for (tr = pt[0]; tr != NULL; tr = *++pt) {
while ((1 == VSL_Next(tr->c))) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment