I understand that this project doesn't produce go-sqlite3, but the
sqlite-bindings.c that project incorporates (and which is the origin of the
deprecation warning) do seem to be part of this project. If that's not so,
can you direct me to the true source so I can raise the issue there?

On Sat, Oct 1, 2016, 05:31 Richard Hipp <[email protected]> wrote:

> On 9/30/16, Judson Lester <[email protected]> wrote:
> > Using go-sqlite3, I get this warning with every build:
> >
> > # github.com/mattn/go-sqlite3
> > vendor/github.com/mattn/go-sqlite3/sqlite3-binding.c:18709:17: warning:
> > 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in
> macOS
> > 10.12 - Use atomic_compare_exchange_strong() from <stdatomic.h> instead
> > [-Wdeprecated-declarations]
> >
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libkern/OSAtomicDeprecated.h:547:6:
> > note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked
> > deprecated here
> >
> > This has been reported repeatedly to that project (e.g.
> > https://github.com/mattn/go-sqlite3/issues/332), with the same response:
> > report this upstream. So here I am. The binding file does appear to be a
> > SQLite3 product, FWIW.
>
> The go bindings do not come from here.  Sorry.
>
> --
> D. Richard Hipp
> [email protected]
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to