Re: [sqlite] Warning - function 'sqlite3UserAuthCheckLogin' has internal linkage but is not defined

2019-08-01 Thread x
, 2019 4:11:02 PM To: SQLite mailing list Subject: Re: [sqlite] Warning - function 'sqlite3UserAuthCheckLogin' has internal linkage but is not defined This define enables calls to the userauth code. You need to include the userauth.c code into your compilation unit. See ext/userauth/use

Re: [sqlite] Warning - function 'sqlite3UserAuthCheckLogin' has internal linkage but is not defined

2019-08-01 Thread Keith Medcalf
27;sqlite3UserAuthCheckLogin' has >internal linkage but is not defined > >I’m using the amalgamation in my Embarcadero Rad Studio 10 app (Clang >compiler). I defined SQLITE_USER_AUTHENTICATION to test something and >received the above warning along with the following tw

[sqlite] Warning - function 'sqlite3UserAuthCheckLogin' has internal linkage but is not defined

2019-08-01 Thread x
I’m using the amalgamation in my Embarcadero Rad Studio 10 app (Clang compiler). I defined SQLITE_USER_AUTHENTICATION to test something and received the above warning along with the following two [bcc32c Warning] sqlite3.c(16307): function 'sqlite3UserAuthInit' has internal linkage but is not d