git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3481
d4fa192b-c00b-0410-8231-
f00ffab90ce4
-ffc // No automatic custody
+-e455 // thread lock
+-e458 // unprotected read
-e763 // Redundant declaration for symbol '...' previously declared
-e726 // Extraneous comma ignored
-e728 // Symbol ... not explicitly initialized
flint.lnt \
*.c \
../../lib/libvarnish/*.c \
- ../../lib/libvcl/*.c \
- > $T 2>&1
-
-for t in Error Warning Info Note
-do
- sed -n "/$t [0-9][0-9][0-9]:/s/.*\($t [0-9][0-9][0-9]\).*/\1/p" $T
-done | awk '
-$2 == 830 { next }
-$2 == 831 { next }
- {
- i=$2"_"$1
- h[i]++
- n++
- }
-END {
- printf "%5d %s\n", n, "Total"
- for (i in h)
- printf "%5d %s\n", h[i], i
- }
-' | sort -rn
-
-cat $T
+ ../../lib/libvcl/*.c