aboutsummaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/tsd_tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/jemalloc/internal/tsd_tls.h')
-rw-r--r--include/jemalloc/internal/tsd_tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/tsd_tls.h b/include/jemalloc/internal/tsd_tls.h
index 757aaa0e..0de64b7b 100644
--- a/include/jemalloc/internal/tsd_tls.h
+++ b/include/jemalloc/internal/tsd_tls.h
@@ -39,7 +39,7 @@ tsd_get_allocates(void) {
/* Get/set. */
JEMALLOC_ALWAYS_INLINE tsd_t *
-tsd_get(bool init) {
+tsd_get(UNUSED bool init) {
assert(tsd_booted);
return &tsd_tls;
}