From: Eric S. Raymond Date: Sun, 4 Feb 2024 16:44:04 +0000 (-0500) Subject: At this revision, make cppcheck runs clean. X-Git-Tag: 1.18~9 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=580f409ee63779f79494188db3afdd0f455d9a6d At this revision, make cppcheck runs clean. --- diff --git a/Makefile b/Makefile index 2e81dfc..7521a43 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ debug: linty CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf cppcheck: - cppcheck -I. --template gcc --enable=all $(CSUPPRESSIONS) *.[ch] + cppcheck -I. --template gcc -UPROP_SET_SEEN --enable=all $(CSUPPRESSIONS) *.[ch] pylint: @pylint --score=n *.py */*.py