aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-03-16 20:18:23 -0400
committerDavid Robillard <d@drobilla.net>2025-03-16 20:26:37 -0400
commit8c4b8326bd3ac9c7ab2f2547909b55b761cd741f (patch)
tree2176a0239b9c58f8ba33384382ae19070db31c46
parentc97cf5fd94b390ae86e016e0562d0d2fd3207d77 (diff)
downloadserd-8c4b8326bd3ac9c7ab2f2547909b55b761cd741f.tar.gz
serd-8c4b8326bd3ac9c7ab2f2547909b55b761cd741f.tar.bz2
serd-8c4b8326bd3ac9c7ab2f2547909b55b761cd741f.zip
Suppress new cppcheck warnings
-rw-r--r--.suppress.cppcheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck
index 1f1579cb..b9a8e188 100644
--- a/.suppress.cppcheck
+++ b/.suppress.cppcheck
@@ -1,5 +1,7 @@
assertWithSideEffect
assignmentInAssert
normalCheckLevelMaxBranches
+nullPointerArithmeticOutOfMemory
+nullPointerOutOfMemory
redundantInitialization
unreadVariable