r2966 - trunk/varnish-cache/lib/libvarnish

phk at projects.linpro.no phk at projects.linpro.no
Sat Jul 19 14:03:16 CEST 2008


Author: phk
Date: 2008-07-19 14:03:16 +0200 (Sat, 19 Jul 2008)
New Revision: 2966

Modified:
   trunk/varnish-cache/lib/libvarnish/vss.c
Log:
Explain to FlexeLint that _storage is not referenced.



Modified: trunk/varnish-cache/lib/libvarnish/vss.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vss.c	2008-07-19 11:50:09 UTC (rev 2965)
+++ trunk/varnish-cache/lib/libvarnish/vss.c	2008-07-19 12:03:16 UTC (rev 2966)
@@ -66,6 +66,8 @@
 	} va_addr;
 };
 
+/*lint -esym(754, _storage) not ref */
+
 /*
  * Take a string provided by the user and break it up into address and
  * port parts.  Examples of acceptable input include:




More information about the varnish-commit mailing list