diff options
author | David Robillard <d@drobilla.net> | 2024-10-06 17:00:07 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-11 19:37:24 -0400 |
commit | 932c0db65e54d24cbc9131e00412a7f0a8f2bcd2 (patch) | |
tree | 1a2e3542d8e480e6135243b5e96b62ac84b0322d /.suppress.cppcheck | |
parent | 1ecbb458c9877cf18d0438449d8757fb713d46d2 (diff) | |
download | ingen-932c0db65e54d24cbc9131e00412a7f0a8f2bcd2.tar.gz ingen-932c0db65e54d24cbc9131e00412a7f0a8f2bcd2.tar.bz2 ingen-932c0db65e54d24cbc9131e00412a7f0a8f2bcd2.zip |
Reduce variable scopes
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 44f9e760..55309381 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -18,5 +18,4 @@ shadowFunction unsafeClassCanLeak useStlAlgorithm uselessOverride -variableScope virtualCallInConstructor |