mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 08:37:29 +03:00
Disable some spuriously-triggering warnings
This commit is contained in:
parent
a70909b130
commit
1b1e76acfe
3 changed files with 22 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ typedef struct tcaches_s tcaches_t;
|
|||
#define TCACHE_GC_INCR_BYTES 65536U
|
||||
|
||||
/* Used in TSD static initializer only. Real init in tsd_tcache_data_init(). */
|
||||
#define TCACHE_ZERO_INITIALIZER {{0}}
|
||||
#define TCACHE_ZERO_INITIALIZER {0}
|
||||
|
||||
/* Used in TSD static initializer only. Will be initialized to opt_tcache. */
|
||||
#define TCACHE_ENABLED_ZERO_INITIALIZER false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue