Skip to content
Snippets Groups Projects
Unverified Commit 944f09ad authored by Jeremy Kloth's avatar Jeremy Kloth Committed by GitHub
Browse files

bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)

parent 050a8f94
No related branches found
No related tags found
No related merge requests found
......@@ -540,7 +540,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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment