Re: [sqlite] Patch to remove some "unused variable" warnings

2016-08-02 Thread Richard Hipp
Actually, this one part of the patch does not involve #ifdef-ery and so it can be (and has been) applied. On 8/2/16, Andy Gibbs wrote: > > Index: src/date.c > == > --- src/date.c > +++ src/date.c > @@

Re: [sqlite] Patch to remove some "unused variable" warnings

2016-08-02 Thread Richard Hipp
On 8/2/16, Andy Gibbs wrote: > On Tuesday 02 Aug 2016 22:07:32 Andy wrote: >> Hi, >> >> I've attached a very small patch that eliminates a few "unused variable" >> warnings that occur when compiled with various OMIT_* options. >> Thanks for the patch, Andy. It is

Re: [sqlite] Patch to remove some "unused variable" warnings

2016-08-02 Thread Andy Gibbs
On Tuesday 02 Aug 2016 22:07:32 Andy wrote: > Hi, > > I've attached a very small patch that eliminates a few "unused variable" > warnings that occur when compiled with various OMIT_* options. > > Cheers, > Andy Sorry, this time with inline patch... Index: src/build.c

[sqlite] Patch to remove some "unused variable" warnings

2016-08-02 Thread Andy Gibbs
Hi, I've attached a very small patch that eliminates a few "unused variable" warnings that occur when compiled with various OMIT_* options. Cheers, Andy ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org