8248545: Remove unneeded warning suppression of MSVC++ 4521/4522
Reviewed-by: tschatzl, ihse
This commit is contained in:
parent
2de3595895
commit
a338213bb4
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user