Skip to content

Commit

Permalink
bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-…
Browse files Browse the repository at this point in the history
…32337)

(cherry picked from commit 944f09a)

Co-authored-by: Jeremy Kloth <jeremy.kloth@gmail.com>
  • Loading branch information
jkloth committed Apr 5, 2022
1 parent d1fb16a commit a4c7752
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PCbuild/pythoncore.vcxproj
Expand Up @@ -500,7 +500,9 @@
<ClCompile Include="$(zlibDir)\adler32.c" />
<ClCompile Include="$(zlibDir)\compress.c" />
<ClCompile Include="$(zlibDir)\crc32.c" />
<ClCompile Include="$(zlibDir)\deflate.c" />
<ClCompile Include="$(zlibDir)\deflate.c">
<DisableSpecificWarnings>4244</DisableSpecificWarnings>
</ClCompile>
<ClCompile Include="$(zlibDir)\infback.c" />
<ClCompile Include="$(zlibDir)\inffast.c" />
<ClCompile Include="$(zlibDir)\inflate.c" />
Expand Down

0 comments on commit a4c7752

Please sign in to comment.