mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -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:
parent
c23579d93a
commit
12d982ffec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue