static const enc = SQLITE_UTF8|SQLITE_INNOCUOUS;

should that be 

static const int enc = SQLITE_UTF8|SQLITE_INNOCUOUS;

gcc (MinGW) 8.1 complains but assumes that was what was meant...

-- 
The fact that there's a Highway to Hell but only a Stairway to Heaven says a 
lot about anticipated traffic volume.



_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to