Re: [sqlite] Mac OS Sierra deprecation in bindings

2016-10-05 Thread Judson Lester
Thanks for the info. Do you mind if I copy some of this information back to the go-sqlite3 issues? On Tue, Oct 4, 2016 at 1:27 PM Richard Hipp wrote: On 10/4/16, Judson Lester wrote: > > That said, it's harmless until the deprecation turns into a removal at the > OS level,

Re: [sqlite] Mac OS Sierra deprecation in bindings

2016-10-04 Thread Judson Lester
2:59 PM Richard Hipp wrote: > On 10/4/16, Judson Lester wrote: > > > > Would you be so kind as to let me know when/if there's a SQLite ticket > for > > this so that I can link it back to the project I encountered this in? > > It's a harmless warning. *Harmle

Re: [sqlite] Mac OS Sierra deprecation in bindings

2016-10-04 Thread Judson Lester
n terms of that messaging, and it'll let the author there know when to update. Thanks again, Judson On Sat, Oct 1, 2016 at 8:30 PM Richard Hipp wrote: > On 10/1/16, Judson Lester wrote: > > I understand that this project doesn't produce go-sqlite3, but the > > sqlite-b

Re: [sqlite] Mac OS Sierra deprecation in bindings

2016-10-01 Thread Judson Lester
e? On Sat, Oct 1, 2016, 05:31 Richard Hipp wrote: > On 9/30/16, Judson Lester 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: > > '

[sqlite] Mac OS Sierra deprecation in bindings

2016-10-01 Thread Judson Lester
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 instead [-Wdep