detect: don't cast void on void func

pull/12565/head
Victor Julien 8 months ago
parent 1b541c31cb
commit ce948040a1

@ -1863,7 +1863,7 @@ static void DetectFlow(ThreadVars *tv,
}
/* see if the packet matches one or more of the sigs */
(void)DetectRun(tv, de_ctx, det_ctx, p);
DetectRun(tv, de_ctx, det_ctx, p);
}

Loading…
Cancel
Save