fix: ci; change document, 7-zip 23 is not latest now

This commit is contained in:
shunf4
2024-09-03 00:36:12 +08:00
parent dee3259e58
commit 2dbb212482
2 changed files with 7 additions and 1 deletions

View File

@@ -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