]> git.ipfire.org Git - thirdparty/man-pages.git/commit
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)
commit44930b7b8eacbfff12acd1dcfbb66dd818e35254
tree3a050a3e9e526600fabc94c8879990db52da78e0
parentfacbc15869a135d9d47a0884de9299a3e72ef1b5
etc/cppcheck/cppcheck.suppress: Suppress staticFunction

For example, in backtrace(3) we don't want to use 'static'.

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