mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.3.3' into maint-0.3.4
This commit is contained in:
@@ -26,10 +26,14 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ZSTD
|
||||
#ifdef HAVE_CFLAG_WUNUSED_CONST_VARIABLE
|
||||
DISABLE_GCC_WARNING(unused-const-variable)
|
||||
#endif
|
||||
#include <zstd.h>
|
||||
#ifdef HAVE_CFLAG_WUNUSED_CONST_VARIABLE
|
||||
ENABLE_GCC_WARNING(unused-const-variable)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** Total number of bytes allocated for Zstandard state. */
|
||||
static atomic_counter_t total_zstd_allocation;
|
||||
|
||||
Reference in New Issue
Block a user