]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/winapi/detail/footer.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / winapi / detail / footer.hpp
CommitLineData
20effc67
TL
1/*
2 * Copyright Andrey Semashev 2020.
3 * Distributed under the Boost Software License, Version 1.0.
4 * (See accompanying file LICENSE_1_0.txt or copy at
5 * http://www.boost.org/LICENSE_1_0.txt)
6 */
7
8#if !defined(BOOST_WINAPI_ENABLE_WARNINGS)
9
10#if defined(_MSC_VER) && !(defined(__INTEL_COMPILER) || defined(__clang__))
11
12#pragma warning(pop)
13
14#elif defined(__GNUC__) && !(defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC)) \
15 && (__GNUC__ * 100 + __GNUC_MINOR__) >= 406
16
17#pragma GCC diagnostic pop
18
19#endif
20
21#endif // !defined(BOOST_WINAPI_ENABLE_WARNINGS)