From 56c88198edf777e75f4e5a96aebbaf6da620f26c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Jun 2025 10:28:15 -0400 Subject: Suppress new cppcheck warnings --- .suppress.cppcheck | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1