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 f1c044c commit eb8aed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vmod/vmod_h2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
\
Expand Down

0 comments on commit eb8aed1

Please sign in to comment.