mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-14 06:19:56 +01:00
Some more warning fixes for Visual C++ 7.1
[SVN r57719]
This commit is contained in:
@@ -74,9 +74,7 @@ namespace boost { namespace unordered_detail {
|
||||
|
||||
#if defined(BOOST_MSVC)
|
||||
#pragma warning(push)
|
||||
#if BOOST_MSVC >= 1400
|
||||
#pragma warning(disable:4100) // unreferenced formal parameter
|
||||
#endif
|
||||
#endif
|
||||
|
||||
template <class T>
|
||||
|
||||
Reference in New Issue
Block a user