diff options
author | David Robillard <d@drobilla.net> | 2024-10-06 14:34:49 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-11 14:10:27 -0400 |
commit | 422a0cbd74a121439366217a9723389442c822f6 (patch) | |
tree | fac0e4ad29a975efa65feee6230021c8a89233f0 /.suppress.cppcheck | |
parent | 03c3b998151367322e306a33bde2db1837c570e0 (diff) | |
download | lilv-422a0cbd74a121439366217a9723389442c822f6.tar.gz lilv-422a0cbd74a121439366217a9723389442c822f6.tar.bz2 lilv-422a0cbd74a121439366217a9723389442c822f6.zip |
Remove dead code
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r-- | .suppress.cppcheck | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck index 8536be5..773189d 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -6,5 +6,4 @@ memleakOnRealloc noExplicitConstructor normalCheckLevelMaxBranches redundantInitialization -unusedStructMember varFuncNullUB |