Skip to content

Commit

Permalink
8248545: Remove unneeded warning suppression of MSVC++ 4521/4522
Browse files Browse the repository at this point in the history
Reviewed-by: tschatzl, ihse
  • Loading branch information
Kim Barrett committed Jun 30, 2020
1 parent 2de3595 commit a338213
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/hotspot/share/utilities/globalDefinitions_visCPP.hpp
Expand Up @@ -119,11 +119,6 @@ inline int g_isfinite(jdouble f) { return _finite(f); }
#define unlink _unlink
#define strdup _strdup

#ifdef CHECK_UNHANDLED_OOPS
#pragma warning( disable : 4521 ) // class has multiple copy ctors of a single type
#pragma warning( disable : 4522 ) // class has multiple assignment operators of a single type
#endif // CHECK_UNHANDLED_OOPS

// Formatting.
#define FORMAT64_MODIFIER "I64"

Expand Down

0 comments on commit a338213

Please sign in to comment.