aboutsummaryrefslogtreecommitdiff
path: root/src/tree_sitter/alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree_sitter/alloc.h')
-rw-r--r--src/tree_sitter/alloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tree_sitter/alloc.h b/src/tree_sitter/alloc.h
index 2229995bd1..d3c6b5eca8 100644
--- a/src/tree_sitter/alloc.h
+++ b/src/tree_sitter/alloc.h
@@ -51,6 +51,7 @@ static inline void ts_free(void *buffer) {
#include <stdlib.h>
static inline bool ts_toggle_allocation_recording(bool value) {
+ (void)value;
return false;
}