Commit 2a2153f2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

FLexelinting



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4997 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 1f4da100
......@@ -2,6 +2,19 @@
//
-esym(763, sess) // Redundant declaration for symbol 'sess'
-esym(763, cli) // Redundant declaration for symbol 'cli'
-e785 // Too few initializers for aggregate '___' of type '___'
-esym(750, VCL_RET_*) // not ref
-esym(750, VCL_MET_*) // not ref
-esym(753, vsb) // not ref
-esym(750, vrt_*) // not ref
-esym(753, vrt_*) // not ref
-esym(750, VRT_*) // not ref
// Harmless
-e786 // String concatenation within initializer
......
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