summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-31 00:32:41 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-31 01:44:53 +0200
commit7371cb23d43ef138e649d99f162c59d0f2cde352 (patch)
treeadae5695324efc69cbc40ad2cfc86b35691927e7 /etc
parent678f85d73e9e3d208a704f0d03fdc4707f466507 (diff)
cppcheck.suppress: constParameterCallback: Ignore false positives in libc callbacks
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/cppcheck/cppcheck.suppress1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/cppcheck/cppcheck.suppress b/etc/cppcheck/cppcheck.suppress
index a30dc6d3a..08030a882 100644
--- a/etc/cppcheck/cppcheck.suppress
+++ b/etc/cppcheck/cppcheck.suppress
@@ -1,5 +1,6 @@
ConfigurationNotChecked
constParameter
+constParameterCallback
missingIncludeSystem
redundantContinue
unassignedVariable