Flexelint from day 1

parent b1f38720
......@@ -39,3 +39,8 @@ dist_man_MANS = \
.rst.1:
$(AM_V_GEN) $(RST2MAN) $< $@
.PHONY: flint
flint:
flexelint $(AM_CFLAGS) -I .. flint.lnt *.c
// must always be included to ensure sanity
-efile(766, config.h)
-e717 // do ... while(0)
// we can not change external interfaces / code
-efile(766, *_if.c)
// constructors not referenced
-esym(528, init_*)
-esym(528, assert_*)
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