-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