Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
23 #ifndef CXXUTILS_UNUSED_H
24 #define CXXUTILS_UNUSED_H
30 # define ATH_UNUSED_MEMBER(v) v __attribute__((unused))
32 # define ATH_UNUSED_MEMBER(v) v