From 580f409ee63779f79494188db3afdd0f455d9a6d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 4 Feb 2024 11:44:04 -0500 Subject: [PATCH] At this revision, make cppcheck runs clean. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.31.1