From 0406592ab39cdac74921bf7ddc9612e5c4ded5a6 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 25 Sep 2007 10:24:34 +0000 Subject: [PATCH] Catch up with sys/queue.h changes git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2035 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/flint.lnt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/varnish-cache/bin/varnishd/flint.lnt b/varnish-cache/bin/varnishd/flint.lnt index b51864f9..02d3455e 100644 --- a/varnish-cache/bin/varnishd/flint.lnt +++ b/varnish-cache/bin/varnishd/flint.lnt @@ -28,11 +28,10 @@ -e785 // Too few initializers for aggregate -e786 // String concatenation within initializer --emacro(740, TAILQ_PREV) // Unusual pointer cast (incompatible indirect types) --emacro(740, TAILQ_LAST) // Unusual pointer cast (incompatible indirect types) --emacro((826), TAILQ_PREV) // Suspicious pointer-to-pointer conversion (area too small) --emacro((826), TAILQ_LAST) // Suspicious pointer-to-pointer conversion (area too small) - +-emacro(740, VTAILQ_PREV) // Unusual pointer cast (incompatible indirect types) +-emacro(740, VTAILQ_LAST) // Unusual pointer cast (incompatible indirect types) +-emacro((826), VTAILQ_PREV) // Suspicious pointer-to-pointer conversion (area too small) +-emacro((826), VTAILQ_LAST) // Suspicious pointer-to-pointer conversion (area too small) -esym(534, sprintf) // Ignoring return value of function -esym(534, asprintf) // Ignoring return value of function -- 2.39.5