r4182 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Aug 17 10:45:36 CEST 2009


Author: phk
Date: 2009-08-17 10:45:36 +0200 (Mon, 17 Aug 2009)
New Revision: 4182

Modified:
   trunk/varnish-cache/bin/varnishd/flint.lnt
Log:
Silence 679 and 776, which are noisy on 64p32i systems



Modified: trunk/varnish-cache/bin/varnishd/flint.lnt
===================================================================
--- trunk/varnish-cache/bin/varnishd/flint.lnt	2009-08-14 11:55:53 UTC (rev 4181)
+++ trunk/varnish-cache/bin/varnishd/flint.lnt	2009-08-17 08:45:36 UTC (rev 4182)
@@ -8,6 +8,7 @@
 -e454	// mutex not released (...ReleaseLocked)
 -e457	// unprotected access
 -e777	// float equality comparison
+-e679	// Suspicious Truncation in arithmetic expression combining with pointer
 
 -esym(458, lbv_assert)	// unlocked access
 -esym(458, params)	// unlocked access
@@ -144,6 +145,7 @@
 -e574	// Signed-unsigned mix with relational
 -e712	// Loss of precision (assignment) (long long to
 -e747	// Significant prototype coercion (arg. no. 2) long
+-e776	// Possible truncation of addition
 
 /*
 



More information about the varnish-commit mailing list