Update Zstandard to Version 1.5.4

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
This commit is contained in:
Tino Reichardt
2023-02-11 10:20:24 +01:00
parent 5fac496461
commit 83b87f6fe3
79 changed files with 4636 additions and 3335 deletions

View File

@@ -13,5 +13,6 @@ exit
# then put these to "zstd.h"
/* disable some warnings /TR */
#pragma warning(disable : 4701)
#pragma warning(disable : 4703)
#if defined(_MSC_VER)
#pragma warning(disable : 4090)
#endif