ATLAS Offline Software
no_bitwise_op_warning.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  * Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
4  */
19 #ifndef CXXUTILS_NO_BITWISE_OP_WARNING_H
20 #define CXXUTILS_NO_BITWISE_OP_WARNING_H
21 
22 
23 #if defined(__clang__) && __clang_major__ >= 14
24 # pragma clang diagnostic ignored "-Wbitwise-instead-of-logical"
25 #endif
26 
27 
28 #endif // not CXXUTILS_NO_BITWISE_OP_WARNING_H