From 2dbb212482f92f1def8938ac7d57de570e8219ce Mon Sep 17 00:00:00 2001 From: shunf4 Date: Tue, 3 Sep 2024 00:36:12 +0800 Subject: [PATCH] fix: ci; change document, 7-zip 23 is not latest now --- C/hashes/hash.h | 5 +++++ README.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/C/hashes/hash.h b/C/hashes/hash.h index aefad1ba..c8d5d1af 100644 --- a/C/hashes/hash.h +++ b/C/hashes/hash.h @@ -49,6 +49,11 @@ typedef UInt32 uint32_t; #endif +#if _MSC_VER >= 1914 +// Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified +#pragma warning(disable : 5045) +#endif + #ifndef uint64_t typedef UInt64 uint64_t; #endif diff --git a/README.md b/README.md index 47d1a326..e9abd4c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is [Jame Hoo's Easy 7-Zip](http://www.e7z.org/) (Additional Ergonomic & Useful GUI Enhancements and Improvements) , rebased on [7-zip](https://7-zip.org)'s latest release [23.01](https://7-zip.org/a/7z2301-src.7z). This is based on [glachancecmaisonneuve's previous effort of rebasing it on 19.00](https://github.com/glachancecmaisonneuve/Easy7-Zip), though some original features from James Hoo are missing. +This is [Jame Hoo's Easy 7-Zip](http://www.e7z.org/) (Additional Ergonomic & Useful GUI Enhancements and Improvements) , rebased on [7-zip](https://7-zip.org)'s newer release [23.01](https://7-zip.org/a/7z2301-src.7z). This is based on [glachancecmaisonneuve's previous effort of rebasing it on 19.00](https://github.com/glachancecmaisonneuve/Easy7-Zip), though some original features from James Hoo are missing. ### Download @@ -8,6 +8,7 @@ If the artifact gets expired, you may need to manually trigger it again somehow. ### Related +- https://www.7-zip.org/ - http://www.e7z.org/ - https://github.com/glachancecmaisonneuve/Easy7-Zip - https://github.com/treysis/Easy-7-Zip-ZS