From 1027483b10f84216d22d1b466729d90623c917f9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 24 Mar 2025 17:42:02 -0400 Subject: Suppress new false positive in cppcheck --- .suppress.cppcheck | 1 + 1 file changed, 1 insertion(+) (limited to '.suppress.cppcheck') diff --git a/.suppress.cppcheck b/.suppress.cppcheck index b9a8e188..c6e4fdc0 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -5,3 +5,4 @@ nullPointerArithmeticOutOfMemory nullPointerOutOfMemory redundantInitialization unreadVariable +unusedStructMember -- cgit v1.2.1