Replace final three suppressions entries with line numbers

- These were initially not included in these changes, as they were
other PRs (#3104 & #3132) that address them.
This commit is contained in:
Eduardo Arias
2024-04-29 22:28:42 -03:00
parent 95ce3a7db4
commit 9f5dc200ba
4 changed files with 3 additions and 7 deletions

View File

@@ -310,7 +310,7 @@ class TransactionSecMarkerManagement {
if (m_marker) {
return m_marker;
} else {
throw;
throw; // cppcheck-suppress rethrowNoCurrentException
}
}