We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050a8f9 commit 944f09aCopy full SHA for 944f09a
PCbuild/pythoncore.vcxproj
@@ -534,13 +534,15 @@
534
<!-- BEGIN deepfreeze -->
535
<ClCompile Include="..\Python\deepfreeze\deepfreeze.c" />
536
<!-- END deepfreeze -->
537
- </ItemGroup>
+ </ItemGroup>
538
<ItemGroup Condition="$(IncludeExternals)">
539
<ClCompile Include="..\Modules\zlibmodule.c" />
540
<ClCompile Include="$(zlibDir)\adler32.c" />
541
<ClCompile Include="$(zlibDir)\compress.c" />
542
<ClCompile Include="$(zlibDir)\crc32.c" />
543
- <ClCompile Include="$(zlibDir)\deflate.c" />
+ <ClCompile Include="$(zlibDir)\deflate.c">
544
+ <DisableSpecificWarnings>4244</DisableSpecificWarnings>
545
+ </ClCompile>
546
<ClCompile Include="$(zlibDir)\infback.c" />
547
<ClCompile Include="$(zlibDir)\inffast.c" />
548
<ClCompile Include="$(zlibDir)\inflate.c" />
0 commit comments