forked from boostorg/container_hash
Remove unnecessary warning suppression
This commit is contained in:
@@ -51,13 +51,6 @@
|
|||||||
|
|
||||||
#if defined(BOOST_MSVC)
|
#if defined(BOOST_MSVC)
|
||||||
#pragma warning(push)
|
#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
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
|
Reference in New Issue
Block a user