Commit 2dfe7f1a authored by Nils Goroll's avatar Nils Goroll

make -Wunused-parameter happy

parent 3a046464
......@@ -28,6 +28,7 @@ event_function(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
char ts[VTIM_FORMAT_SIZE];
const char *event = NULL;
(void) ctx;
(void) priv;
switch (e) {
......@@ -60,6 +61,8 @@ event_function(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
VCL_STRING
vmod_info(VRT_CTX)
{
(void) ctx;
return (info);
}
......
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