Skip to content
Snippets Groups Projects
Commit 9974fba1 authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'fwinkl_20241213T120001' into 'main'

ReadCondHandle: suppress cppcheck false positive

See merge request atlas/athena!76676
parents 6b72be81 15ef0e0f
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ namespace SG {
ReadCondHandle<T>::ReadCondHandle(const SG::ReadCondHandleKey<T>& key):
ReadCondHandle(key, Gaudi::Hive::currentContext())
{
// cppcheck-suppress missingReturn; false positive
}
//---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment