Re: [sqlite] SqLite 3.7.0 amalgamation build warnings

2010-07-15 Thread Nick Shaw
Looks like this warning can be safely ignored and internet even has quite a few suggestions on its suppression. Here's what I found: http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/195e7065- b429-4324-9f38-35558867cfbd http://www.tech-

[sqlite] SqLite 3.7.0 amalgamation build warnings

2010-07-07 Thread Nick Shaw
Hi, I wanted to test the upcoming 3.7.0 build of sqlite to assist in the 'beta testing', however I'm getting the following build warnings which did not appear when compiling 3.6.x amalgamations. Please let me know if they are considered safe to ignore: (building in Visual Studio 2008 as

Re: [sqlite] SqLite 3.7.0 amalgamation build warnings

2010-07-07 Thread Nick Shaw
. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- boun...@sqlite.org] On Behalf Of Nick Shaw Sent: 07 July 2010 13:43 To: sqlite-users@sqlite.org Subject: [sqlite] SqLite 3.7.0 amalgamation build warnings Hi, I wanted to test the upcoming 3.7.0 build

Re: [sqlite] SqLite 3.7.0 amalgamation build warnings

2010-07-07 Thread Nick Shaw
Of Nick Shaw Sent: 07 July 2010 14:47 To: sqlite-users@sqlite.org Subject: Re: [sqlite] SqLite 3.7.0 amalgamation build warnings Forgot to say: I've got these lines added at the top of the file (thus the line number references are 7 lines lower than the original source): //--- Added lines

Re: [sqlite] SqLite 3.7.0 amalgamation build warnings

2010-07-07 Thread Eric Smith
Nick Shaw wrote: Realised I also fixed this warning before posting too: You may not be getting a lot of responses on this because the SQLite devs have a philosophy that, for this project, chasing down compiler warnings is generally a waste of time. See

Re: [sqlite] SqLite 3.7.0 amalgamation build warnings

2010-07-07 Thread Nick Shaw
the warning. Thanks, Nick. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- boun...@sqlite.org] On Behalf Of Eric Smith Sent: 07 July 2010 16:34 To: General Discussion of SQLite Database Subject: Re: [sqlite] SqLite 3.7.0 amalgamation build warnings Nick

Re: [sqlite] SqLite 3.7.0 amalgamation build warnings

2010-07-07 Thread Eric Smith
Nick Shaw wrote: If it's safe to ignore Note that I was careful not to say that the warnings are safe to ignore. :) I only said that the SQLite devs may ignore them without further evidence of problems. I'm not an expert on the SQLite code, so wouldn't make any specific claims about

Re: [sqlite] SqLite 3.7.0 amalgamation build warnings

2010-07-07 Thread Pavel Ivanov
: [sqlite] SqLite 3.7.0 amalgamation build warnings Nick Shaw wrote: Realised I also fixed this warning before posting too: You may not be getting a lot of responses on this because the SQLite devs have a philosophy that, for this project, chasing down compiler warnings is generally a waste