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

Commit b9ef357

Browse files
nigorolldridi
authored andcommitted
Flexelinting
we can not make the parameter const because API.
1 parent 0ecefa8 commit b9ef357

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/libvmod_h2/vmod_h2.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ vmod_ ## name(VRT_CTX, struct vmod_##name##_arg *args) \
7070
struct h2_sess *h2 = h2get(ctx); \
7171
type r; \
7272
\
73+
(void)args; \
74+
\
7375
if (h2 == NULL) \
7476
return (-1); \
7577
\

0 commit comments

Comments
 (0)