Skip to content
Snippets Groups Projects
Commit f78dadbf authored by Nils Krumnack's avatar Nils Krumnack
Browse files

fix compilation warning in AthDerivation

parent dbd77f95
No related merge requests found
......@@ -27,13 +27,15 @@ namespace EL
{
AnaReentrantAlgorithm ::
AnaReentrantAlgorithm (const std::string& name,
[[maybe_unused]] ISvcLocator *pSvcLocator)
ISvcLocator *pSvcLocator)
#ifdef XAOD_STANDALONE
: AsgComponent (name)
#else
: AthReentrantAlgorithm (name, pSvcLocator)
#endif
{
(void) pSvcLocator;
ANA_MSG_DEBUG ("AnaReentrantAlgorithm: " << name);
}
......
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