From 83ad9c6c4d015ff1a8075bf69036d284af24a18e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2024 17:14:26 -0400 Subject: Pass strings and large structures by const reference --- .suppress.cppcheck | 1 - 1 file changed, 1 deletion(-) (limited to '.suppress.cppcheck') 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 -- cgit v1.2.1