From: phk Date: Sun, 15 Jul 2007 07:51:36 +0000 (+0000) Subject: Tune a couple of library warnings out X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8cf836317e9b852284554e6ed47b1c793e04164;p=varnish Tune a couple of library warnings out git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1696 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/flint.lnt b/varnish-cache/bin/varnishd/flint.lnt index 1bc61767..ba2bcc5b 100644 --- a/varnish-cache/bin/varnishd/flint.lnt +++ b/varnish-cache/bin/varnishd/flint.lnt @@ -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