Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / chrono / detail / no_warning / signed_unsigned_cmp.hpp
index 78a0ce1..94936c8 100644 (file)
 
 #if defined(__GNUC__) && (__GNUC__ >= 4)
 #pragma GCC system_header
+#elif defined __SUNPRO_CC
+#pragma disable_warn
+#elif defined _MSC_VER
+#pragma warning(push, 1)
 #endif
 
 namespace boost {
@@ -41,4 +45,10 @@ namespace detail {
 } // namespace detail
 } // namespace chrono
 
-#endif // BOOST_CHRONO_DETAIL_IS_EVENLY_DIVISIBLE_BY_HPP
+#if defined __SUNPRO_CC
+#pragma enable_warn
+#elif defined _MSC_VER
+#pragma warning(pop)
+#endif
+
+#endif // BOOST_CHRONO_DETAIL_NO_WARNING_SIGNED_UNSIGNED_CMP_HPP