Re: [sqlite] Minor issue: compile error with 3.19 and MSVC 2005

2017-05-23 Thread Christian Schmitz
> Am 22.05.2017 um 23:52 schrieb Wolfgang Enzinger : > > Hallo, > > I don't think this is a big deal, but probably helpful for one or another: > > I tried to compile SQLite 3.19 with MSVC 2005 and got a compile error C2143 > at line 143542 of sqlite3.c. I run into the

[sqlite] Minor issue: compile error with 3.19 and MSVC 2005

2017-05-22 Thread Wolfgang Enzinger
Hallo, I don't think this is a big deal, but probably helpful for one or another: I tried to compile SQLite 3.19 with MSVC 2005 and got a compile error C2143 at line 143542 of sqlite3.c. Removing the trailing semicolon from if( (zKey = sqlite3_uri_parameter(zOpen, "hexkey"))!=0 && zKey[0] ){;