diff options
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r-- | .suppress.cppcheck | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck index 48513d7..3d51000 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -1,7 +1,9 @@ CastIntegerToAddressAtReturn +ctunullpointerOutOfMemory knownConditionTrueFalse memleakOnRealloc noExplicitConstructor normalCheckLevelMaxBranches +nullPointerOutOfMemory redundantInitialization varFuncNullUB |