From c8cf836317e9b852284554e6ed47b1c793e04164 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 15 Jul 2007 07:51:36 +0000 Subject: [PATCH] Tune a couple of library warnings out git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1696 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/flint.lnt | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5