r3036 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 31 11:24:25 CEST 2008


Author: phk
Date: 2008-07-31 11:24:25 +0200 (Thu, 31 Jul 2008)
New Revision: 3036

Modified:
   trunk/varnish-cache/bin/varnishd/storage_file.c
   trunk/varnish-cache/bin/varnishd/storage_malloc.c
Log:
Flexelint silencing



Modified: trunk/varnish-cache/bin/varnishd/storage_file.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_file.c	2008-07-31 09:23:28 UTC (rev 3035)
+++ trunk/varnish-cache/bin/varnishd/storage_file.c	2008-07-31 09:24:25 UTC (rev 3036)
@@ -680,6 +680,7 @@
 
 /*--------------------------------------------------------------------*/
 
+/*lint -e{818} not const-able */
 static void
 smf_free(struct storage *s)
 {

Modified: trunk/varnish-cache/bin/varnishd/storage_malloc.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_malloc.c	2008-07-31 09:23:28 UTC (rev 3035)
+++ trunk/varnish-cache/bin/varnishd/storage_malloc.c	2008-07-31 09:24:25 UTC (rev 3036)
@@ -85,6 +85,7 @@
 	return (&sma->s);
 }
 
+/*lint -e{818} not const-able */
 static void
 sma_free(struct storage *s)
 {




More information about the varnish-commit mailing list