cppcheck cleanup.
This commit is contained in:
parent
d9d58ea168
commit
f7d6884ded
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue