Removed level 0 from pragma push

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@763 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2014-12-13 20:47:03 +00:00
parent ea5cdca86d
commit c5eece441c

View file

@ -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 >