Commit 6230dfaf authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Merge branch 'maint-0.3.3'

parents f4e51990 7fff9911
Loading
Loading
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.
+2 −0
Original line number Diff line number Diff line
@@ -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. */