From 9dae0aa95faa2cd9e7a937813eba3d2e511b2b72 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Tue, 18 Jul 2023 15:28:00 -0400 Subject: [PATCH] new warning from standard pre-processor --- six/modules/c++/cpp_pch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/six/modules/c++/cpp_pch.h b/six/modules/c++/cpp_pch.h index 848fb29d5..cb76151d1 100644 --- a/six/modules/c++/cpp_pch.h +++ b/six/modules/c++/cpp_pch.h @@ -43,6 +43,8 @@ #include #include +#pragma warning(disable: 5105) // macro expansion producing '...' has undefined behavior + #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #define NOMINMAX #include