summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-31 01:32:49 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-31 01:44:53 +0200
commit96a72966a19e2e6b5f2abc415a72a215b95ede79 (patch)
tree6710df56e9db623d5b6cd3c11747dbc541066103 /etc
parent7371cb23d43ef138e649d99f162c59d0f2cde352 (diff)
cppcheck.suppress: knownConditionTrueFalse: Silence a warning with false positives
Link: <https://lore.kernel.org/linux-man/e13c74fb-e17a-ba14-f1fc-9c75f05090db@kernel.org/T/#u> 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 08030a882..31eb27688 100644
--- a/etc/cppcheck/cppcheck.suppress
+++ b/etc/cppcheck/cppcheck.suppress
@@ -1,6 +1,7 @@
ConfigurationNotChecked
constParameter
constParameterCallback
+knownConditionTrueFalse
missingIncludeSystem
redundantContinue
unassignedVariable