footer.hpp 504 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright Andrey Semashev 2007 - 2015.
  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. #if !defined(BOOST_LOG_ENABLE_WARNINGS)
  8. #if defined(_MSC_VER)
  9. #pragma warning(pop)
  10. #elif defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 406
  11. #pragma GCC diagnostic pop
  12. #endif
  13. #endif // !defined(BOOST_LOG_ENABLE_WARNINGS)
  14. #include <boost/config/abi_suffix.hpp>