From d0be4c7b112cdf6003c96551169c991e0df5e1d9 Mon Sep 17 00:00:00 2001 From: Jeremy Kloth Date: Tue, 5 Apr 2022 13:03:17 -0600 Subject: [PATCH] [3.10] bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337). (cherry picked from commit 944f09adfcc59f54432ac2947cf95f3465d90e1e) Co-authored-by: Jeremy Kloth --- PCbuild/pythoncore.vcxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index c39ba3e1a9f412..3ba63587642d1a 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -499,7 +499,9 @@ - + + 4244 +