summaryrefslogtreecommitdiffstats
path: root/.suppress.cppcheck
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-06 17:03:17 -0400
committerDavid Robillard <d@drobilla.net>2024-10-11 19:55:55 -0400
commitbed910c4aea0db49e5f3d87204f5c20c0d43bbd8 (patch)
treed1d6badcc40b40816700ab4c05fd4405e55402eb /.suppress.cppcheck
parent5c79e4ca151dab969d84899029d8cfdf1f32d654 (diff)
downloadingen-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.cppcheck1
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