diff --git a/stl/inc/yvals_core.h b/stl/inc/yvals_core.h index 07258c7ec9..f3d7a9112a 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -810,6 +810,7 @@ // warning C5220: a non-static data member with a volatile qualified type no longer implies that compiler generated // copy/move constructors and copy/move assignment operators are not trivial (/Wall) // warning C5246: 'member': the initialization of a subobject should be wrapped in braces (/Wall) +// warning C5278: adding a specialization for 'type trait' has undefined behavior // warning C6294: Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed #ifndef _STL_DISABLED_WARNINGS @@ -817,7 +818,7 @@ #define _STL_DISABLED_WARNINGS \ 4180 4324 4412 4455 4494 4514 4574 4582 4583 4587 \ 4588 4619 4623 4625 4626 4643 4648 4702 4793 4820 \ - 4868 4988 5026 5027 5045 5220 5246 6294 \ + 4868 4988 5026 5027 5045 5220 5246 5278 6294 \ _STL_DISABLED_WARNING_C4577 \ _STL_DISABLED_WARNING_C4984 \ _STL_DISABLED_WARNING_C5053 \