Commit 9b9498cc authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Silence unused argument warning

parent a3c40796
......@@ -194,7 +194,10 @@ accumulate(struct VSL_data *vsl, struct VSL_transaction * const pt[],
unsigned tag, hit;
double value;
struct VSL_transaction *tr;
(void)vsl;
(void)priv;
for (tr = pt[0]; tr != NULL; tr = *++pt) {
value = -1;
hit = 0;
......
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