Loading changes/bug26272 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (compilation): - Silence unused-const-variable warnings in zstd.h on some gcc versions. Fixes bug 26272; bugfix on 0.3.1.1-alpha. src/common/compress_zstd.c +2 −0 Original line number Diff line number Diff line Loading @@ -26,7 +26,9 @@ #endif #ifdef HAVE_ZSTD DISABLE_GCC_WARNING(unused-const-variable) #include <zstd.h> ENABLE_GCC_WARNING(unused-const-variable) #endif /** Total number of bytes allocated for Zstandard state. */ Loading Loading
changes/bug26272 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (compilation): - Silence unused-const-variable warnings in zstd.h on some gcc versions. Fixes bug 26272; bugfix on 0.3.1.1-alpha.
src/common/compress_zstd.c +2 −0 Original line number Diff line number Diff line Loading @@ -26,7 +26,9 @@ #endif #ifdef HAVE_ZSTD DISABLE_GCC_WARNING(unused-const-variable) #include <zstd.h> ENABLE_GCC_WARNING(unused-const-variable) #endif /** Total number of bytes allocated for Zstandard state. */ Loading