r1696 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sun Jul 15 09:51:36 CEST 2007


Author: phk
Date: 2007-07-15 09:51:36 +0200 (Sun, 15 Jul 2007)
New Revision: 1696

Modified:
   trunk/varnish-cache/bin/varnishd/flint.lnt
Log:
Tune a couple of library warnings out


Modified: trunk/varnish-cache/bin/varnishd/flint.lnt
===================================================================
--- trunk/varnish-cache/bin/varnishd/flint.lnt	2007-07-13 19:36:38 UTC (rev 1695)
+++ trunk/varnish-cache/bin/varnishd/flint.lnt	2007-07-15 07:51:36 UTC (rev 1696)
@@ -3,6 +3,12 @@
 +libh mgt_event.h
 +libh ../../config.h
 
+-emacro((???),va_arg)   // the va_arg() macro can yield 415, 416, 661, 662
+                        // 796 and 797 (out-of-bounds errors).
+-elib(123)  // size is both a variable and a macro with args
+-emacro(736, isnan)  // isnanf
+
+
 -header(../../config.h)
 
 // Fix strchr() semtics, it can only return NULL if arg2 != 0




More information about the varnish-commit mailing list