Skip to content

Commit

Permalink
Flexelinting
Browse files Browse the repository at this point in the history
we can not make the parameter const because API.
  • Loading branch information
nigoroll authored and dridi committed Oct 18, 2023
1 parent 0ecefa8 commit b9ef357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/libvmod_h2/vmod_h2.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ vmod_ ## name(VRT_CTX, struct vmod_##name##_arg *args) \
struct h2_sess *h2 = h2get(ctx); \
type r; \
\
(void)args; \
\
if (h2 == NULL) \
return (-1); \
\
Expand Down

0 comments on commit b9ef357

Please sign in to comment.