From: phk Date: Tue, 25 Sep 2007 10:24:34 +0000 (+0000) Subject: Catch up with sys/queue.h changes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0406592ab39cdac74921bf7ddc9612e5c4ded5a6;p=varnish Catch up with sys/queue.h changes git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2035 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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