$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81529 - trunk/boost/multiprecision/detail
From: john_at_[hidden]
Date: 2012-11-25 13:01:47
Author: johnmaddock
Date: 2012-11-25 13:01:46 EST (Sun, 25 Nov 2012)
New Revision: 81529
URL: http://svn.boost.org/trac/boost/changeset/81529
Log:
TRy and disable some VC11 warnings.
Text files modified: 
   trunk/boost/multiprecision/detail/no_et_ops.hpp |     9 +++++++++                               
   1 files changed, 9 insertions(+), 0 deletions(-)
Modified: trunk/boost/multiprecision/detail/no_et_ops.hpp
==============================================================================
--- trunk/boost/multiprecision/detail/no_et_ops.hpp	(original)
+++ trunk/boost/multiprecision/detail/no_et_ops.hpp	2012-11-25 13:01:46 EST (Sun, 25 Nov 2012)
@@ -6,6 +6,11 @@
 #ifndef BOOST_MP_NO_ET_OPS_HPP
 #define BOOST_MP_NO_ET_OPS_HPP
 
+#ifdef BOOST_MSVC
+#pragma warning(push)
+#pragma warning(disable: 4714)
+#endif
+
 namespace boost{
 namespace multiprecision{
 
@@ -612,4 +617,8 @@
 
 }} // namespaces
 
+#ifdef BOOST_MSVC
+#pragma warning(pop)
+#endif
+
 #endif // BOOST_MP_NO_ET_OPS_HPP