Add a code audit production using cppcheck.

This commit is contained in:
Eric S. Raymond 2017-07-08 09:51:10 -04:00
parent 9a6e492ba4
commit fcfc7c3b5c

View file

@ -121,3 +121,6 @@ debug: CCFLAGS += -O0 --coverage -ggdb
debug: linty
debug: cheat
CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf
cppcheck:
cppcheck -I. --template gcc --enable=all $(CSUPPRESSIONS) *.[ch]