diff options
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r-- | .suppress.cppcheck | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck index 1f1579cb..c6e4fdc0 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -1,5 +1,8 @@ assertWithSideEffect assignmentInAssert normalCheckLevelMaxBranches +nullPointerArithmeticOutOfMemory +nullPointerOutOfMemory redundantInitialization unreadVariable +unusedStructMember |