disable another msvc /Wall warning in phmap_base.h

This commit is contained in:
greg
2019-12-31 14:56:21 -05:00
parent 1ae11ca382
commit de78c4229e
+1
View File
@@ -60,6 +60,7 @@
#pragma warning(disable : 4582) // constructor is not implicitly called
#pragma warning(disable : 4625) // copy constructor was implicitly defined as deleted
#pragma warning(disable : 4626) // assignment operator was implicitly defined as deleted
#pragma warning(disable : 4710) // function not inlined
#pragma warning(disable : 4711) // selected for automatic inline expansion
#pragma warning(disable : 4820) // '6' bytes padding added after data member
#endif // _MSC_VER