summaryrefslogtreecommitdiffstats
path: root/.suppress.cppcheck
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-06 16:32:41 -0400
committerDavid Robillard <d@drobilla.net>2024-10-06 18:40:03 -0400
commit5fe9b2cd3e7ff8f7f23075c980e36d7d456788a8 (patch)
treec62f1bfc0046ae9a952df2e32f5d23c6aed24a6c /.suppress.cppcheck
parent45bd400f71e574bfa2670f13f7c1611ab2089903 (diff)
downloadingen-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.cppcheck1
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