Skip to content
Snippets Groups Projects
Commit 3950ddaa authored by Charles Leggett's avatar Charles Leggett
Browse files

disable endreq deprecation warning

for branch atlas/v27r1 and release 21, don't show endreq deprectation warning

See merge request !92
parents 5523a971 caef3d6f
No related branches found
No related tags found
1 merge request!92disable endreq deprecation warning
......@@ -246,7 +246,8 @@ inline MsgStream& endmsg(MsgStream& s) {
}
#if defined(GAUDI_V20_COMPAT) && !defined(G21_NO_ENDREQ)
/// \deprecated Provided for backward compatibility. User endmsg instead. Will be removed in v28r1, see https://gitlab.cern.ch/gaudi/Gaudi/merge_requests/79
[[deprecated("will be removed in v28r1, use endmsg instead, see https://gitlab.cern.ch/gaudi/Gaudi/merge_requests/79")]]
/// no deprecation warning for atlas/v27r1
/// [[deprecated("will be removed in v28r1, use endmsg instead, see https://gitlab.cern.ch/gaudi/Gaudi/merge_requests/79")]]
inline MsgStream& endreq(MsgStream& s) {
return s.doOutput();
}
......
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