Skip to content

Commit

Permalink
Fix compile issues from NanaZip.Codecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Feb 3, 2024
1 parent 20e5463 commit 9c59fd7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions NanaZip.Codecs/NanaZip.Codecs.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
<ItemGroup>
<ClCompile Include="RHash\aich.c" />
<ClCompile Include="RHash\blake2b.c" />
<ClCompile Include="RHash\byte_order.c" />
<ClCompile Include="RHash\byte_order.c">
<DisableSpecificWarnings>4146;</DisableSpecificWarnings>
</ClCompile>
<ClCompile Include="RHash\ed2k.c" />
<ClCompile Include="RHash\edonr.c" />
<ClCompile Include="RHash\gost12.c">
Expand Down Expand Up @@ -79,7 +81,9 @@
<ClCompile Include="BLAKE3\blake3.c" />
<ClCompile Include="BLAKE3\blake3_avx2.c" />
<ClCompile Include="BLAKE3\blake3_avx512.c" />
<ClCompile Include="BLAKE3\blake3_dispatch.c" />
<ClCompile Include="BLAKE3\blake3_dispatch.c">
<DisableSpecificWarnings>4702;</DisableSpecificWarnings>
</ClCompile>
<ClCompile Include="BLAKE3\blake3_neon.c" />
<ClCompile Include="BLAKE3\blake3_portable.c" />
<ClCompile Include="BLAKE3\blake3_sse2.c" />
Expand Down

0 comments on commit 9c59fd7

Please sign in to comment.