diff options
author | David Robillard <d@drobilla.net> | 2024-10-06 17:14:26 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-11 19:55:55 -0400 |
commit | 83ad9c6c4d015ff1a8075bf69036d284af24a18e (patch) | |
tree | d280c95347ab6b13e86fcedd6549daee122ed73d /.suppress.cppcheck | |
parent | c7d1976928e5d2e1c22b6cc8ac67083c60eae0a1 (diff) | |
download | ingen-83ad9c6c4d015ff1a8075bf69036d284af24a18e.tar.gz ingen-83ad9c6c4d015ff1a8075bf69036d284af24a18e.tar.bz2 ingen-83ad9c6c4d015ff1a8075bf69036d284af24a18e.zip |
Pass strings and large structures by const reference
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 226742e1..44919591 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -12,7 +12,6 @@ missingReturn noExplicitConstructor normalCheckLevelMaxBranches nullPointerArithmetic -passedByValue shadowFunction unsafeClassCanLeak useStlAlgorithm |