]> git.lyx.org Git - features.git/blobdiff - boost/boost/exception/errinfo_errno.hpp
boost: update to 1.42.0
[features.git] / boost / boost / exception / errinfo_errno.hpp
index 310ceb78d0fcd07d1aff421b8dafb36a54fc697f..ea74010c9445bb16dee101f5108ed25211da4ef9 100644 (file)
@@ -5,6 +5,12 @@
 
 #ifndef UUID_F0EE17BE6C1211DE87FF459155D89593
 #define UUID_F0EE17BE6C1211DE87FF459155D89593
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#pragma GCC system_header
+#endif
+#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#pragma warning(push,1)
+#endif
 
 #include "boost/exception/info.hpp"
 #include <errno.h>
@@ -32,4 +38,7 @@ boost
         }
     }
 
+#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#pragma warning(pop)
+#endif
 #endif