Hello Scott Hess,

>http://www.sqlite.org/cvstrac/tktview?tn=2046 should fix this for fts1 and 
>fts2.

I have just tested them in both fts1 and fts2 and the reported problems no 
longer show! Many thanks for the fixes!

Please allow me to report some (compiler-independent) compiler warnings about 
fts:


* fts1.c:

Variable i is never used in function static char *firstToken(char *zIn, char 
**pzTail).

Variable j is never used in function static int parseSpec(TableSpec *pSpec, int 
argc, const char *const*argv, char**pzErr)


* fts2.c:

Both warnings above also apply to fts2.


* SQLITE_EXTENSION_INIT1

If I compile both fts1 and fts2 into the same executable with

  -DSQLITE_CORE=1
  -DSQLITE_ENABLE_FTS1=1
  -DSQLITE_ENABLE_FTS2=1

I receive a linker warning that sqlite3_api is defined in both fts1.c and 
fts2.c.

The warning goes away if I remove SQLITE_EXTENSION_INIT1 from both units. I 
might be wrong, but maybe this is not necessary if the library is compiled with 
SQLITE_CORE=1?

Regards,

Ralf 


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to