Flexelinting

we can not make the parameter const because API.
parent 3de57831
......@@ -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); \
\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment