aboutsummaryrefslogtreecommitdiffstats
path: root/.suppress.cppcheck
diff options
context:
space:
mode:
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r--.suppress.cppcheck12
1 files changed, 12 insertions, 0 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck
new file mode 100644
index 0000000..cf2c1b7
--- /dev/null
+++ b/.suppress.cppcheck
@@ -0,0 +1,12 @@
+constParameterCallback
+constParameterPointer
+constVariablePointer
+cstyleCast
+invalidscanf
+knownConditionTrueFalse
+memleakOnRealloc
+normalCheckLevelMaxBranches
+uninitvar
+unreadVariable
+unusedStructMember
+variableScope