summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-31 00:29:24 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-31 01:44:37 +0200
commit678f85d73e9e3d208a704f0d03fdc4707f466507 (patch)
treea1a2539e58d2f5f1092e26464a5991da654d214a /etc
parente19a57ae9f3ba6b96b3d3ec4a6463f162aa03210 (diff)
cppcheck.suppress: constParameter: Ignore false positives due to main() argv
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 cd9806b21..a30dc6d3a 100644
--- a/etc/cppcheck/cppcheck.suppress
+++ b/etc/cppcheck/cppcheck.suppress
@@ -1,4 +1,5 @@
ConfigurationNotChecked
+constParameter
missingIncludeSystem
redundantContinue
unassignedVariable