ATLAS Offline Software
no_bitwise_op_warning.h File Reference

Disable clang bitwise operation warning. More...

Go to the source code of this file.

Detailed Description

Disable clang bitwise operation warning.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Apr, 2022 Including this header will disable the clang warning:

warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]

which we get from some ROOT headers.

Definition in file no_bitwise_op_warning.h.