From 12d982ffec2d88e3ddcd1cbf53c935cfd8efef9f Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Sun, 13 Sep 2020 08:56:12 +0200 Subject: [PATCH] Silence a compilation warning on Mac/clang Gcc doesn't warn on this (at my settings) but Github automation found this one --- dbdimp_tokenizer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbdimp_tokenizer.inc b/dbdimp_tokenizer.inc index 712c50c..0e1abf2 100644 --- a/dbdimp_tokenizer.inc +++ b/dbdimp_tokenizer.inc @@ -17,7 +17,7 @@ typedef struct perl_fts3_tokenizer_cursor { } perl_fts3_tokenizer_cursor; typedef struct perl_Fts5Tokenizer { - /* Fts5Tokenizer base; /* this is an empty struct, so we omit it entirely */ + /* Fts5Tokenizer base; */ /* this is an empty struct, so we omit it entirely */ SV *coderef; /* the perl tokenizer is a coderef that takes ** a string and and some parameters and ** in turn calls the xToken() function