This commit is contained in:
neargye 2021-01-24 08:39:43 +02:00
parent b94b243525
commit 3a52b520c9

View file

@ -66,6 +66,8 @@
#elif defined(_MSC_VER) #elif defined(_MSC_VER)
# pragma warning(push) # pragma warning(push)
# pragma warning(disable : 26495) // Variable 'cstring<N>::chars_' is uninitialized. # pragma warning(disable : 26495) // Variable 'cstring<N>::chars_' is uninitialized.
# pragma warning(disable : 28020) // Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value.
# pragma warning(disable : 26451) // The expression '0<=_Param_(1)&&_Param_(1)<=1-1' is not true at this call.
#endif #endif
// Checks nameof_type compiler compatibility. // Checks nameof_type compiler compatibility.