r2974 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sun Jul 20 13:24:57 CEST 2008


Author: phk
Date: 2008-07-20 13:24:57 +0200 (Sun, 20 Jul 2008)
New Revision: 2974

Modified:
   trunk/varnish-cache/bin/varnishd/flint.lnt
Log:
panicstr is deliberately not static



Modified: trunk/varnish-cache/bin/varnishd/flint.lnt
===================================================================
--- trunk/varnish-cache/bin/varnishd/flint.lnt	2008-07-20 10:46:00 UTC (rev 2973)
+++ trunk/varnish-cache/bin/varnishd/flint.lnt	2008-07-20 11:24:57 UTC (rev 2974)
@@ -52,6 +52,7 @@
 -esym(534, strcat)	// Ignoring return value of function
 -esym(534, strcpy)	// Ignoring return value of function
 -esym(534, strlcpy)	// Ignoring return value of function
+-esym(765, panicstr)	// Could be static
 
 -emacro(506, isnan, isfinite)	// constant value boolean
 -emacro(736, isfinite)	// loss of precision




More information about the varnish-commit mailing list