r4997 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Sat Jul 3 11:59:07 CEST 2010


Author: phk
Date: 2010-07-03 11:59:07 +0200 (Sat, 03 Jul 2010)
New Revision: 4997

Modified:
   trunk/varnish-cache/bin/varnishd/vclflint.lnt
Log:
FLexelinting



Modified: trunk/varnish-cache/bin/varnishd/vclflint.lnt
===================================================================
--- trunk/varnish-cache/bin/varnishd/vclflint.lnt	2010-07-03 09:43:54 UTC (rev 4996)
+++ trunk/varnish-cache/bin/varnishd/vclflint.lnt	2010-07-03 09:59:07 UTC (rev 4997)
@@ -2,6 +2,19 @@
 //
 
 -esym(763, sess)	// Redundant declaration for symbol 'sess'
+-esym(763, cli)		// Redundant declaration for symbol 'cli'
+
+-e785		// Too few initializers for aggregate '___' of type '___'
+
+
+-esym(750, VCL_RET_*)	// not ref
+-esym(750, VCL_MET_*)	// not ref
+
+-esym(753, vsb)		// not ref
+-esym(750, vrt_*)	// not ref
+-esym(753, vrt_*)	// not ref
+-esym(750, VRT_*)	// not ref
+
 			// Harmless
 
 -e786			// String concatenation within initializer




More information about the varnish-commit mailing list