]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
etc/cppcheck/cppcheck.suppress: Suppress staticFunction
authorAlejandro Colomar <alx@kernel.org>
Fri, 14 Mar 2025 17:49:48 +0000 (18:49 +0100)
committerAlejandro Colomar <alx@kernel.org>
Fri, 14 Mar 2025 17:49:48 +0000 (18:49 +0100)
For example, in backtrace(3) we don't want to use 'static'.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
etc/cppcheck/cppcheck.suppress

index c55a575bc6ae4332f1533d41a0bb696a96e3e051..7353f4ca511ef942d227ec2b5b15378ff2a23c9f 100644 (file)
@@ -6,6 +6,7 @@ knownConditionTrueFalse
 missingIncludeSystem
 nullPointerOutOfMemory
 redundantContinue
+staticFunction
 unassignedVariable
 uninitvar
 unknownMacro