]> err.no Git - varnish/commitdiff
Catch up with sys/queue.h changes
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 25 Sep 2007 10:24:34 +0000 (10:24 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 25 Sep 2007 10:24:34 +0000 (10:24 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2035 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/flint.lnt

index b51864f986ba7808fd3ad743a0fdf0575d30a11f..02d3455e2aaa4fd993b0e2b4dd48335979a3062c 100644 (file)
 -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