On Mon, Jan 23, 2012 at 9:52 AM, Sylvain Pointeau <
sylvain.point...@gmail.com> wrote:

> On Mon, Jan 23, 2012 at 2:50 PM, Simon Slavin <slav...@bigfraud.org>
> wrote:> Which version of Xcode.  Which version of the OS ?
> > Which target platform (by which I mean hardware) do you have the project
> > set for ?  32-bit or 64-bit ?
> > Are you compiling on an Intel Mac ? (just in case you're still using PPC)
> >
> >
> Are you using Clang?
> is SQLite compatible with Clang?
> _______________________________________________
>


SQLite works fine with Clang.  In fact, we run SQLite through scan-build
and get zero warnings out.

There have been a couple of bugs in LLVM that caused problems for SQLite.
We worked around the problems in the SQLite source code and I think the
bugs have subsequently been fixed in LLVM as well, though the work-arounds
are still in the SQLite code.

I think y'all are exhibiting way to much concern over a compiler
*warning*.  See http://www.sqlite.org/testing.html#staticanalysis for
additional information on quality control in SQLite and in particular our
views on static analysis.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to