[experimental-ims] 6084802 Mark argc, argv as unused in vsc2rst

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:52:01 CET 2012


commit 60848023cb8daed9085fe6a31df045e8bf83410b
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed Sep 21 14:28:11 2011 +0200

    Mark argc, argv as unused in vsc2rst

diff --git a/man/vsc2rst.c b/man/vsc2rst.c
index 9b89cce..e6abcf9 100644
--- a/man/vsc2rst.c
+++ b/man/vsc2rst.c
@@ -6,6 +6,8 @@
 
 int main(int argc, char **argv)
 {
+	(void)argc;
+	(void)argv;
 	P("================");
 	P("varnish-counters");
 	P("================");



More information about the varnish-commit mailing list