projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b91708
)
At this revision, make cppcheck runs clean.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Feb 2024 16:44:04 +0000
(11:44 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Feb 2024 16:44:04 +0000
(11:44 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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