Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit eb8aed1

Browse files
nigorolldridi
authored andcommitted
Flexelinting
we can not make the parameter const because API.
1 parent f1c044c commit eb8aed1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vmod/vmod_h2.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ vmod_ ## name(VRT_CTX, struct VARGS(name) *args) \
6565
struct h2_sess *h2 = h2get(ctx); \
6666
type r; \
6767
\
68+
(void)args; \
69+
\
6870
if (h2 == NULL) \
6971
return (-1); \
7072
\

0 commit comments

Comments
 (0)