At this revision, make cppcheck runs clean.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 4 Feb 2024 16:44:04 +0000 (11:44 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 4 Feb 2024 16:44:04 +0000 (11:44 -0500)
Makefile

index 2e81dfc3bb862e6c959869a6667cb58a87d7dae5..7521a434dce61e7bd7b45c9d0b50392c5b93947d 100644 (file)
--- 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