Commit ed2ba8e8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Pull vmod_std into FlexeLint check



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5614 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d9ac4c7d
......@@ -146,3 +146,4 @@
-e574 // 48 Signed-unsigned mix with relational
-e712 // 96 Loss of precision (___) (___ to ___)
-e747 // 297 Significant prototype coercion (___) ___ to ___
-e840 // Use of nul character in a string literal (see: vcc_if.c)
......@@ -11,7 +11,9 @@ flexelint \
*.c \
../../lib/libvarnish/*.c \
../../lib/libvarnishcompat/execinfo.c \
../../lib/libvcl/*.c 2>&1 | tee _.fl
../../lib/libvcl/*.c \
../../lib/libvmod_std/*.c \
2>&1 | tee _.fl
if [ -f _.fl.old ] ; then
diff -u _.fl.old _.fl
......
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