diff --git a/vmod/vmod_h2.c b/vmod/vmod_h2.c index bded788f45d..45642f14023 100644 --- a/vmod/vmod_h2.c +++ b/vmod/vmod_h2.c @@ -65,6 +65,8 @@ vmod_ ## name(VRT_CTX, struct VARGS(name) *args) \ struct h2_sess *h2 = h2get(ctx); \ type r; \ \ + (void)args; \ + \ if (h2 == NULL) \ return (-1); \ \