mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 17:10:40 +08:00
cleanup more warnings with MSVC
This commit is contained in:
Vendored
+8
@@ -26,6 +26,11 @@
|
||||
#include <tuple>
|
||||
#include "phmap_bits.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4514) // unreferenced inline function has been removed
|
||||
#endif
|
||||
|
||||
namespace phmap
|
||||
{
|
||||
|
||||
@@ -356,5 +361,8 @@ private:
|
||||
|
||||
} // namespace phmap
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
#endif // phmap_utils_h_guard_
|
||||
|
||||
Reference in New Issue
Block a user