Skip to content

Commit

Permalink
Fix x86 compile issues for NanaZip.Codecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Feb 4, 2024
1 parent 81524b0 commit 212dd77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NanaZip.Codecs/NanaZip.Codecs.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 212dd77

Please sign in to comment.