diff options
author | David Robillard <d@drobilla.net> | 2024-10-06 17:03:17 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-11 19:55:55 -0400 |
commit | bed910c4aea0db49e5f3d87204f5c20c0d43bbd8 (patch) | |
tree | d1d6badcc40b40816700ab4c05fd4405e55402eb /.suppress.cppcheck | |
parent | 5c79e4ca151dab969d84899029d8cfdf1f32d654 (diff) | |
download | ingen-bed910c4aea0db49e5f3d87204f5c20c0d43bbd8.tar.gz ingen-bed910c4aea0db49e5f3d87204f5c20c0d43bbd8.tar.bz2 ingen-bed910c4aea0db49e5f3d87204f5c20c0d43bbd8.zip |
Call std::terminate() directly instead of rethrowing nothing
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 55309381..226742e1 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -13,7 +13,6 @@ noExplicitConstructor normalCheckLevelMaxBranches nullPointerArithmetic passedByValue -rethrowNoCurrentException shadowFunction unsafeClassCanLeak useStlAlgorithm |