From c5eece441c43f6081c481fd7566d03e60694d4ef Mon Sep 17 00:00:00 2001 From: mat007 Date: Sat, 13 Dec 2014 20:47:03 +0000 Subject: [PATCH] Removed level 0 from pragma push git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@763 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/detail/mutex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle/detail/mutex.hpp b/turtle/detail/mutex.hpp index 3f10c68..fdb643d 100644 --- a/turtle/detail/mutex.hpp +++ b/turtle/detail/mutex.hpp @@ -102,7 +102,7 @@ namespace detail BOOST_TEST_SINGLETON_INST( error_mutex ) #ifdef BOOST_MSVC -# pragma warning( push, 0 ) +# pragma warning( push ) # pragma warning( disable: 4702 ) #endif template< typename Result, typename Error >