mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)
This commit is contained in:
parent
050a8f94c6
commit
944f09adfc
1 changed files with 4 additions and 2 deletions
|
|
@ -534,13 +534,15 @@
|
|||
<!-- BEGIN deepfreeze -->
|
||||
<ClCompile Include="..\Python\deepfreeze\deepfreeze.c" />
|
||||
<!-- END deepfreeze -->
|
||||
</ItemGroup>
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="$(IncludeExternals)">
|
||||
<ClCompile Include="..\Modules\zlibmodule.c" />
|
||||
<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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue