From bed910c4aea0db49e5f3d87204f5c20c0d43bbd8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2024 17:03:17 -0400 Subject: Call std::terminate() directly instead of rethrowing nothing --- .suppress.cppcheck | 1 - 1 file changed, 1 deletion(-) (limited to '.suppress.cppcheck') diff --git a/.suppress.cppcheck b/.suppress.cppcheck index 55309381..226742e1 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -13,7 +13,6 @@ noExplicitConstructor normalCheckLevelMaxBranches nullPointerArithmetic passedByValue -rethrowNoCurrentException shadowFunction unsafeClassCanLeak useStlAlgorithm -- cgit v1.2.1