mirror of
https://github.com/emtee40/NanaZip
synced 2026-04-25 16:24:56 +02:00
Fix x86 compile issues for NanaZip.Codecs.
This commit is contained in:
@@ -169,7 +169,9 @@
|
||||
<DisableSpecificWarnings>4267;</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
<ClCompile Include="GmSSL\sm3.c" />
|
||||
<ClCompile Include="BLAKE3\blake3.c" />
|
||||
<ClCompile Include="BLAKE3\blake3.c">
|
||||
<DisableSpecificWarnings>4244;</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
<ClCompile Include="BLAKE3\blake3_avx2.c" />
|
||||
<ClCompile Include="BLAKE3\blake3_avx512.c" />
|
||||
<ClCompile Include="BLAKE3\blake3_dispatch.c">
|
||||
|
||||
Reference in New Issue
Block a user