]> err.no Git - varnish/commitdiff
Tune a couple of library warnings out
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jul 2007 07:51:36 +0000 (07:51 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jul 2007 07:51:36 +0000 (07:51 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1696 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/flint.lnt

index 1bc61767c287be8723eb7b6adedce4b4a0b38e62..ba2bcc5b4015fc3f3a7277b800bd58476b4b1e9b 100644 (file)
@@ -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