aboutsummaryrefslogtreecommitdiffstats
path: root/.suppress.cppcheck
diff options
context:
space:
mode:
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r--.suppress.cppcheck8
1 files changed, 8 insertions, 0 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck
new file mode 100644
index 00000000..c6e4fdc0
--- /dev/null
+++ b/.suppress.cppcheck
@@ -0,0 +1,8 @@
+assertWithSideEffect
+assignmentInAssert
+normalCheckLevelMaxBranches
+nullPointerArithmeticOutOfMemory
+nullPointerOutOfMemory
+redundantInitialization
+unreadVariable
+unusedStructMember