|
ATLAS Offline Software
|
Go to the documentation of this file.
19 #ifndef CXXUTILS_NO_BITWISE_OP_WARNING_H
20 #define CXXUTILS_NO_BITWISE_OP_WARNING_H
23 #if defined(__clang__) && __clang_major__ >= 14
24 # pragma clang diagnostic ignored "-Wbitwise-instead-of-logical"
28 #endif // not CXXUTILS_NO_BITWISE_OP_WARNING_H