Commit 83fb1b73 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Mark argc, argv as unused in vsc2rst

parent 66bcd317
......@@ -6,6 +6,8 @@
int main(int argc, char **argv)
{
(void)argc;
(void)argv;
P("================");
P("varnish-counters");
P("================");
......
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