 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
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"