diff --git a/src/Common/lzma/Compiler.h b/src/Common/lzma/Compiler.h index a3577b25..c06b8836 100644 --- a/src/Common/lzma/Compiler.h +++ b/src/Common/lzma/Compiler.h @@ -76,6 +76,11 @@ #pragma GCC diagnostic ignored "-Wreserved-identifier" #endif +#if __clang_major__ >= 22 +// for "StdAfx.h" and "Precomp.h" +#pragma GCC diagnostic ignored "-Wshadow-header" +#endif + #endif // __clang__ #if defined(__clang__) && __clang_major__ >= 16 diff --git a/src/Common/lzma/lzma-history.txt b/src/Common/lzma/lzma-history.txt index de3f10cc..dd195f7f 100644 --- a/src/Common/lzma/lzma-history.txt +++ b/src/Common/lzma/lzma-history.txt @@ -1,6 +1,11 @@ HISTORY of the LZMA SDK ----------------------- +26.02 2026-06-25 +------------------------- +- Some bugs and vulnerabilities were fixed. + + 26.01 2026-04-27 ------------------------- - linux version of 7-Zip can use huge pages (2 MB pages). It can increase compression diff --git a/src/Common/lzma/lzma-sdk.txt b/src/Common/lzma/lzma-sdk.txt index f26ce93e..a0b94c36 100644 --- a/src/Common/lzma/lzma-sdk.txt +++ b/src/Common/lzma/lzma-sdk.txt @@ -1,4 +1,4 @@ -LZMA SDK 26.01 +LZMA SDK 26.02 -------------- LZMA SDK provides the documentation, samples, header files,