From 6b949211a06e21af67bf4cb3a20c6f87c932ef2a Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Wed, 3 Jun 2020 21:33:34 +0200 Subject: treesitter: update runtime Update to 81d533d2d1b580fdb507accabc91ceddffb5b6f0. --- src/tree_sitter/alloc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tree_sitter/alloc.h') 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 static inline bool ts_toggle_allocation_recording(bool value) { + (void)value; return false; } -- cgit