diff options
author | David Robillard <d@drobilla.net> | 2024-10-06 16:30:06 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-06 18:40:03 -0400 |
commit | 45bd400f71e574bfa2670f13f7c1611ab2089903 (patch) | |
tree | fd1e8c897a1a657323c5a2f1dceebcf290fa1d47 /.suppress.cppcheck | |
parent | f3d9a68bfee80c57854369724de57f339ac0b5e1 (diff) | |
download | ingen-45bd400f71e574bfa2670f13f7c1611ab2089903.tar.gz ingen-45bd400f71e574bfa2670f13f7c1611ab2089903.tar.bz2 ingen-45bd400f71e574bfa2670f13f7c1611ab2089903.zip |
Remove dead code
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r-- | .suppress.cppcheck | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck index a92b4f94..75896f7e 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -15,9 +15,7 @@ nullPointerArithmetic passedByValue rethrowNoCurrentException shadowFunction -unreadVariable unsafeClassCanLeak -unusedPrivateFunction useStlAlgorithm uselessCallsSubstr uselessOverride |