r5614 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Mon Nov 29 16:04:43 CET 2010


Author: phk
Date: 2010-11-29 16:04:43 +0100 (Mon, 29 Nov 2010)
New Revision: 5614

Modified:
   trunk/varnish-cache/bin/varnishd/flint.lnt
   trunk/varnish-cache/bin/varnishd/flint.sh
Log:
Pull vmod_std into FlexeLint check



Modified: trunk/varnish-cache/bin/varnishd/flint.lnt
===================================================================
--- trunk/varnish-cache/bin/varnishd/flint.lnt	2010-11-29 14:30:57 UTC (rev 5613)
+++ trunk/varnish-cache/bin/varnishd/flint.lnt	2010-11-29 15:04:43 UTC (rev 5614)
@@ -146,3 +146,4 @@
 -e574	// 48 Signed-unsigned mix with relational
 -e712	// 96 Loss of precision (___) (___ to ___)
 -e747	// 297 Significant prototype coercion (___) ___ to ___
+-e840	// Use of nul character in a string literal (see: vcc_if.c)

Modified: trunk/varnish-cache/bin/varnishd/flint.sh
===================================================================
--- trunk/varnish-cache/bin/varnishd/flint.sh	2010-11-29 14:30:57 UTC (rev 5613)
+++ trunk/varnish-cache/bin/varnishd/flint.sh	2010-11-29 15:04:43 UTC (rev 5614)
@@ -11,7 +11,9 @@
 	*.c \
 	../../lib/libvarnish/*.c \
 	../../lib/libvarnishcompat/execinfo.c \
-	../../lib/libvcl/*.c 2>&1 | tee _.fl
+	../../lib/libvcl/*.c \
+	../../lib/libvmod_std/*.c \
+	2>&1 | tee _.fl
 
 if [ -f _.fl.old ] ; then
 	diff -u _.fl.old _.fl




More information about the varnish-commit mailing list