refactor: address cppcheck performance warnings and enable performance static analysis

This commit is contained in:
AI-anonymous
2026-05-20 00:24:55 +02:00
parent 3b15770437
commit 3c6dc29f5a
4 changed files with 12 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ repos:
language: system
types_or: [c++, c]
args: [
"--enable=warning,portability",
"--enable=warning,portability,performance",
"--suppress=missingIncludeSystem",
"--suppress=unusedFunction",
"--suppress=normalCheckLevelMaxBranches",