Flexelint silencing for vsb.h (from varnish-cache)

parent dc703c9e
......@@ -31,6 +31,20 @@
-e788 // constant ... not used within defaulted switch
-e793 // significant characters in an external identifier
//vsb.h
-esym(759, VSB_*) // header decl could be moved
-esym(765, VSB_*) // extern could be made static
-esym(714, VSB_*) // symb not ref
-sem(VSB_new, @p == (1p ? 1p : malloc(1)))
-sem(VSB_delete, custodial(1))
// ignore retval
-esym(534, VSB_cat)
-esym(534, VSB_bcat)
-esym(534, VSB_putc)
-esym(534, VSB_printf)
-esym(534, VSB_vprintf)
-emacro(50, VRBT_*) // Attempted to take the address of a non-lvalue
-emacro(506, VRBT_*) // Constant value Boolean
-emacro(740, VRBT_*) // unusual pointer cast
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment