On 10/4/16, Judson Lester <nya...@gmail.com> wrote:
>
> That said, it's harmless until the deprecation turns into a removal at the
> OS level, at which point ignoring the error becomes a sudden
> incompatibility with SQLite bindings.
>

Engineers at Apple tell me that they are still using
OSAtomicCompareAndSwapPtrBarrier() inside of essential OS-X components
and that the routine will not be going away any time soon.

If you are still concerned, your work-around is to compile with
-DSQLITE_WITHOUT_ZONEMALLOC.  (I have to do that when compiling SQLite
for OS 10.2, since that release predates the
OSAtomicCompareAndSwapPtrBarrier().)

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

Reply via email to