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

Start a global flint.lnt file

parent 377a38c4
......@@ -89,7 +89,6 @@
//////////////
-efunc(1791, pdiff) // return last on line
//////////////
-efile(451, "tbl/*.h") // No include guard
-efile(451, "vcc_types.h") // No include guard
-efile(451, "symbol_kind.h") // No include guard
-efile(451, "config.h") // No include guard
......
......@@ -7,6 +7,7 @@ if [ "x$1" = "x-ok" -a -f _.fl ] ; then
fi
flexelint \
../../flint.lnt \
../flint.lnt \
flint.lnt \
-I. \
......
-efile(451, "../../include/vsc_all.h")
-e835 // A zero has been given as ___ argument to operator '___' (<<)
-e712 // 14 Info 712 Loss of precision (___) (___ to ___)
-e747 // 16 Info 747 Significant prototype coercion (___) ___ to ___
......
......@@ -7,6 +7,7 @@ if [ "x$1" = "x-ok" -a -f _.fl ] ; then
fi
flexelint \
../../flint.lnt \
../flint.lnt \
flint.lnt \
-I. \
......
/*
* Toplevel control file for FlexeLint
*/
-efile(451, "tbl/*.h") // No include guard
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