summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.c b/ted.c
index 5941f9a..8810d19 100644
--- a/ted.c
+++ b/ted.c
@@ -569,6 +569,7 @@ void ted_go_to_lsp_document_position(Ted *ted, LSP *lsp, LSPDocumentPosition pos
}
void ted_highlight_lsp_range(Ted *ted, TextBuffer *buffer, LSPRange range) {
+ (void)ted;
Font *font = buffer_font(buffer);
const u32 *colors = buffer_settings(buffer)->colors;
float char_height = font->char_height;