aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-03-24 17:42:02 -0400
committerDavid Robillard <d@drobilla.net>2025-03-24 17:42:02 -0400
commit1027483b10f84216d22d1b466729d90623c917f9 (patch)
treec8721c96852e8525c772133202ec7104dc14bb9d
parent64dba9134520547180d2e9404f5a7b592e560ae5 (diff)
downloadserd-1027483b10f84216d22d1b466729d90623c917f9.tar.gz
serd-1027483b10f84216d22d1b466729d90623c917f9.tar.bz2
serd-1027483b10f84216d22d1b466729d90623c917f9.zip
Suppress new false positive in cppcheck
-rw-r--r--.suppress.cppcheck1
1 files changed, 1 insertions, 0 deletions
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