1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

Silence a compilation warning on Mac/clang

Gcc doesn't warn on this (at my settings) but Github automation found
this one
This commit is contained in:
Max Maischein 2020-09-13 08:56:12 +02:00
parent c23579d93a
commit 12d982ffec

View file

@ -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