Add missing #pragma wraning(push) (refs #9271)

[SVN r86378]
This commit is contained in:
Antony Polukhin
2013-10-21 09:21:35 +00:00
parent 39d1abe754
commit d78d334dbb

View File

@@ -24,6 +24,7 @@
namespace boost { namespace detail {
#ifdef BOOST_MSVC
#pragma warning(push)
// VC mistakenly assumes that `setbuf` and other functions are not referenced.
#pragma warning(disable: 4505) //Unreferenced local function has been removed
#endif