summaryrefslogtreecommitdiffstats
path: root/.suppress.cppcheck
diff options
context:
space:
mode:
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r--.suppress.cppcheck26
1 files changed, 26 insertions, 0 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck
new file mode 100644
index 00000000..a92b4f94
--- /dev/null
+++ b/.suppress.cppcheck
@@ -0,0 +1,26 @@
+arithOperationsOnVoidPointer
+constParameterPointer
+constParameterReference
+constVariablePointer
+constVariableReference
+cstyleCast
+duplInheritedMember
+duplicateExpression
+knownConditionTrueFalse
+memleakOnRealloc
+missingReturn
+noExplicitConstructor
+normalCheckLevelMaxBranches
+nullPointerArithmetic
+passedByValue
+rethrowNoCurrentException
+shadowFunction
+unreadVariable
+unsafeClassCanLeak
+unusedPrivateFunction
+useStlAlgorithm
+uselessCallsSubstr
+uselessOverride
+va_list_usedBeforeStarted
+variableScope
+virtualCallInConstructor