cppcheck cleanup.

This commit is contained in:
Eric S. Raymond 2022-04-18 10:24:11 -04:00
parent d9d58ea168
commit f7d6884ded
2 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ debug: CCFLAGS += -fsanitize=address
debug: CCFLAGS += -fsanitize=undefined
debug: linty
PYSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf
CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf
cppcheck:
cppcheck -I. --template gcc --enable=all $(CSUPPRESSIONS) *.[ch]