Commit 1d774957 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Forgot to add flexelint files for varnishstat



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4921 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a22e7cc8
+libh mgt_event.h
-esym(850, av)
-e712 // 14 Info 712 Loss of precision (___) (___ to ___)
-e747 // 16 Info 747 Significant prototype coercion (___) ___ to ___
-e763 // Redundant declaration for symbol '...' previously declared
-e716 // while(1) ...
-e457 // unprotected write access
-e459 // unprotected access
-e458 // unprotected access
-e732 // Loss of sign (arg. no. 2) (int to unsigned
-e737 // [45] Loss of sign in promotion from int to unsigned
-e713 // Loss of precision (assignment) (unsigned long long to long long)
-e574 // Signed-unsigned mix with relational
///////////////////////////////////////////////////////////////////////
// Varnishstat specific
-emacro(774, MAC_STAT)
-emacro(506, MAC_STAT)
-emacro(525, MAC_STAT)
-efile(451, "*/include/stat_field.h")
-e850 // for loop index variable '___' whose type category is '___' is modified in body of the for loop that began at '___'
#!/bin/sh
flexelint \
-I/usr/include \
-I. \
-I../../include \
-I../.. \
../flint.lnt \
flint.lnt \
*.c \
../../lib/libvarnishapi/*.c
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