diff options
author | David Robillard <d@drobilla.net> | 2024-10-06 16:32:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-06 18:40:03 -0400 |
commit | 5fe9b2cd3e7ff8f7f23075c980e36d7d456788a8 (patch) | |
tree | c62f1bfc0046ae9a952df2e32f5d23c6aed24a6c /.suppress.cppcheck | |
parent | 45bd400f71e574bfa2670f13f7c1611ab2089903 (diff) | |
download | ingen-5fe9b2cd3e7ff8f7f23075c980e36d7d456788a8.tar.gz ingen-5fe9b2cd3e7ff8f7f23075c980e36d7d456788a8.tar.bz2 ingen-5fe9b2cd3e7ff8f7f23075c980e36d7d456788a8.zip |
Avoid inefficient use of substr() to set strings to a prefix
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 75896f7e..bad404e6 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -17,7 +17,6 @@ rethrowNoCurrentException shadowFunction unsafeClassCanLeak useStlAlgorithm -uselessCallsSubstr uselessOverride va_list_usedBeforeStarted variableScope |