summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-06-07 10:28:15 -0400
committerDavid Robillard <d@drobilla.net>2025-06-07 10:28:15 -0400
commit56c88198edf777e75f4e5a96aebbaf6da620f26c (patch)
treed3a747b4326ba8afb9d16d8ba4ba863ce2191157
parentf1afb21a02dd95bde2e870fe125ebd4522b6ef32 (diff)
downloadlilv-main.tar.gz
lilv-main.tar.bz2
lilv-main.zip
Suppress new cppcheck warningsHEADmain
-rw-r--r--.suppress.cppcheck2
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