File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 534
534
<!-- BEGIN deepfreeze -->
535
535
<ClCompile Include =" ..\Python\deepfreeze\deepfreeze.c" />
536
536
<!-- END deepfreeze -->
537
- </ItemGroup >
537
+ </ItemGroup >
538
538
<ItemGroup Condition =" $(IncludeExternals)" >
539
539
<ClCompile Include =" ..\Modules\zlibmodule.c" />
540
540
<ClCompile Include =" $(zlibDir)\adler32.c" />
541
541
<ClCompile Include =" $(zlibDir)\compress.c" />
542
542
<ClCompile Include =" $(zlibDir)\crc32.c" />
543
- <ClCompile Include =" $(zlibDir)\deflate.c" />
543
+ <ClCompile Include =" $(zlibDir)\deflate.c" >
544
+ <DisableSpecificWarnings >4244</DisableSpecificWarnings >
545
+ </ClCompile >
544
546
<ClCompile Include =" $(zlibDir)\infback.c" />
545
547
<ClCompile Include =" $(zlibDir)\inffast.c" />
546
548
<ClCompile Include =" $(zlibDir)\inflate.c" />
You can’t perform that action at this time.
0 commit comments