Remove unnecessary warning suppression

This commit is contained in:
Peter Dimov
2021-10-16 21:02:28 +03:00
parent d308495a67
commit b2e3beea3f

View File

@@ -51,13 +51,6 @@
#if defined(BOOST_MSVC)
#pragma warning(push)
#if BOOST_MSVC >= 1400
#pragma warning(disable:6295) // Ill-defined for-loop : 'unsigned int' values
// are always of range '0' to '4294967295'.
// Loop executes infinitely.
#endif
#endif
#if defined(_MSC_VER)