Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
f78dadbf
Commit
f78dadbf
authored
Jun 23, 2021
by
Nils Krumnack
Browse files
fix compilation warning in AthDerivation
parent
dbd77f95
Changes
1
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/D3PDTools/AnaAlgorithm/Root/AnaReentrantAlgorithm.cxx
View file @
f78dadbf
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment