ATLAS Offline Software
|
Macro to mark a member as unused. More...
Go to the source code of this file.
Macros | |
#define | ATH_UNUSED_MEMBER(v) v |
Macro to mark a member as unused.
Of course, if a member is really unused, it's better to simply remove it rather than trying to paper over the warning like this.
For non-members, just use [[maybe_unused]] (except for parameters, which should usually just be left unnamed).
Definition in file unused.h.